#AD2FBA

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

Shades of Dark Orchid #AD2FBA

Tints of Dark Orchid #AD2FBA

Color information

#AD2FBA (or 0xAD2FBA) is unknown color: approx Dark Orchid. HEX triplet: AD, 2F and BA. RGB value is (173,47,186). Sum of RGB (Red+Green+Blue) = 173+47+186=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FBA is #52D045. Grayscale: #646464. Windows color (decimal): -5427270 or 12201901. OLE color: 12201901.

HSL color Cylindrical-coordinate representation of color #AD2FBA: hue angle of 294.39º 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 #AD2FBA is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17347186-
CMYK0.070.7500.27
HSL294.39º59.66%45.69%-
HSV(B)294.39º74.73%72.94%-
XYZ27.1114.4647.82-
YUV100.52176.24179.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 47 (18.75% from 255) = 11.58%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=42.61%
G=11.58%
B=45.81%

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
Decimal173471860.070.7500.27294.3959.6645.69
HexAD2FBA74B01B1263c2e
Octal2555727271130334467456
Binary10101101101111101110101111001011011011100100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2FBA; }

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

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

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

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

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

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

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

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