#AD27BF

Color #AD27BF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AD27BF

Tints of Dark Orchid #AD27BF

Color information

#AD27BF (or 0xAD27BF) is unknown color: approx Dark Orchid. HEX triplet: AD, 27 and BF. RGB value is (173,39,191). Sum of RGB (Red+Green+Blue) = 173+39+191=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD27BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD27BF is #52D840. Grayscale: #5F5F5F. Windows color (decimal): -5429313 or 12527533. OLE color: 12527533.

HSL color Cylindrical-coordinate representation of color #AD27BF: hue angle of 292.89º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD27BF is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17339191-
CMYK0.090.8000.25
HSL292.89º66.09%45.1%-
HSV(B)292.89º79.58%74.9%-
XYZ27.3614.150.57-
YUV96.39181.39182.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 39 (15.62% from 255) = 9.68%
BLUE value IS 191 (75% from 255) = 47.39%
R=42.93%
G=9.68%
B=47.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173391910.090.8000.25292.8966.0945.1
HexAD27BF950019125422d
Octal255472771112003144510255
Binary1010110110011110111111100110100000110011001001011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD27BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD27BF; }

 p { color: rgb(173,39,191); }

 H1.HeaderClassName
 {
   color: #AD27BF;
 }
 .AnyTagClassName
 {
   color: #AD27BF;
 }
</style>
background-color css

<style>
 a { background-color: #AD27BF; }

 a { background-color: rgb(173,39,191); }

 div.DivClassName
 {
   background-color: #AD27BF;
 }
 .BgClassName
 {
   background-color: #AD27BF;
 }
</style>
border-color css

<style>
 span { border-color: #AD27BF; }

 span { border-color: rgb(173,39,191); }

 td.TdClassName
 {
   border-color: #AD27BF;
 }
 .TagClassName
 {
   border-color: #AD27BF;
 }
</style>