Html Css Color HEX #AD2AB9 Dark Orchid

📋 copy color: '#AD2AB9'

red 173 ◦ green 42 ◦ blue 185

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

Shades of Dark Orchid #AD2AB9

Tints of Dark Orchid #AD2AB9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.5%

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

R = 43.25%
G = 10.5%
B = 46.25%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD2AB9 (or 0xAD2AB9) is known color: Dark Orchid. HEX triplet: AD, 2A and B9. RGB value is (173,42,185). Sum of RGB (Red+Green+Blue) = 173+42+185=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD2AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2AB9 is #52D546. Grayscale: #616161. Windows color (decimal): -5428551 or 12135085. OLE color: 12135085.

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

Color convert

RGB 173 42 185 -
CMYK 0.06 0.77 0 0.27
HSL 294.97º 0.63% 0.45% -
HSV(B) 294.97º 0.77% 0.73% -
XYZ 26.82 14.04 47.2 -
YUV 97.47 177.4 181.87 -
System Red Green Blue C M Y K H S L
Decimal 173 42 185 0.06 0.77 0 0.27 294.97 0.63 0.45
Hex AD 2A B9 6 4D 0 1B 127 3F 2D
Octal 255 52 271 6 115 0 33 447 77 55
Binary 10101101 101010 10111001 110 1001101 0 11011 100100111 111111 101101

Color Harmonies of #AD2AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2AB9

Black with #AD2AB9

Text Example


Text Example

White with #AD2AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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