#AD2FB7

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

Shades of Dark Orchid #AD2FB7

Tints of Dark Orchid #AD2FB7

Color information

#AD2FB7 (or 0xAD2FB7) is unknown color: approx Dark Orchid. HEX triplet: AD, 2F and B7. RGB value is (173,47,183). Sum of RGB (Red+Green+Blue) = 173+47+183=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD2FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FB7 is #52D048. Grayscale: #636363. Windows color (decimal): -5427273 or 12005293. OLE color: 12005293.

HSL color Cylindrical-coordinate representation of color #AD2FB7: hue angle of 295.59º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD2FB7 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17347183-
CMYK0.050.7400.28
HSL295.59º59.13%45.1%-
HSV(B)295.59º74.32%71.76%-
XYZ26.814.3446.15-
YUV100.18174.74179.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 47 (18.75% from 255) = 11.66%
BLUE value IS 183 (71.88% from 255) = 45.41%
R=42.93%
G=11.66%
B=45.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173471830.050.7400.28295.5959.1345.1
HexAD2FB754A01C1283b2d
Octal2555726751120344507355
Binary10101101101111101101111011001010011100100101000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2FB7; }

 p { color: rgb(173,47,183); }

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

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

 a { background-color: rgb(173,47,183); }

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

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

 span { border-color: rgb(173,47,183); }

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