Html Css Color HEX #AD2FB9 Dark Orchid

📋 copy color: '#AD2FB9'

red 173 ◦ green 47 ◦ blue 185

#AD2FB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AD2FB9

Tints of Dark Orchid #AD2FB9

RGB

 RED value IS 173 (67.97% from 255) = 42.72%

 GREEN value IS 47 (18.75% from 255) = 11.6%

 BLUE value IS 185 (72.66% from 255) = 45.68%

R = 42.72%
G = 11.6%
B = 45.68%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD2FB9 (or 0xAD2FB9) is known color: Dark Orchid. HEX triplet: AD, 2F and B9. RGB value is (173,47,185). Sum of RGB (Red+Green+Blue) = 173+47+185=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD2FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FB9 is #52D046. Grayscale: #636363. Windows color (decimal): -5427271 or 12136365. OLE color: 12136365.

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

Color convert

RGB 173 47 185 -
CMYK 0.06 0.75 0 0.27
HSL 294.78º 0.59% 0.45% -
HSV(B) 294.78º 0.75% 0.73% -
XYZ 27.01 14.42 47.26 -
YUV 100.41 175.74 179.78 -
System Red Green Blue C M Y K H S L
Decimal 173 47 185 0.06 0.75 0 0.27 294.78 0.59 0.45
Hex AD 2F B9 6 4B 0 1B 127 3B 2D
Octal 255 57 271 6 113 0 33 447 73 55
Binary 10101101 101111 10111001 110 1001011 0 11011 100100111 111011 101101

Color Harmonies of #AD2FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2FB9

Black with #AD2FB9

Text Example


Text Example

White with #AD2FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2FB9; }

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

 H1.HeaderClassName
 {
   color: #AD2FB9;
 }
 .AnyTagClassName
 {
   color: #AD2FB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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