#AD2FBB

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

Shades of Dark Orchid #AD2FBB

Tints of Dark Orchid #AD2FBB

Color information

#AD2FBB (or 0xAD2FBB) is unknown color: approx Dark Orchid. HEX triplet: AD, 2F and BB. RGB value is (173,47,187). Sum of RGB (Red+Green+Blue) = 173+47+187=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD2FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FBB is #52D044. Grayscale: #646464. Windows color (decimal): -5427269 or 12267437. OLE color: 12267437.

HSL color Cylindrical-coordinate representation of color #AD2FBB: hue angle of 294º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2FBB is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17347187-
CMYK0.070.7500.27
HSL294º59.83%45.88%-
HSV(B)294º74.87%73.33%-
XYZ27.2214.5148.38-
YUV100.63176.74179.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 47 (18.75% from 255) = 11.55%
BLUE value IS 187 (73.44% from 255) = 45.95%
R=42.51%
G=11.55%
B=45.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173471870.070.7500.2729459.8345.88
HexAD2FBB74B01B1263c2e
Octal2555727371130334467456
Binary10101101101111101110111111001011011011100100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2FBB; }

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

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

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

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

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

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

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

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