Html Css Color HEX #AD2AD0 Dark Orchid

📋 copy color: '#AD2AD0'

red 173 ◦ green 42 ◦ blue 208

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

Shades of Dark Orchid #AD2AD0

Tints of Dark Orchid #AD2AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.17%

R = 40.9%
G = 9.93%
B = 49.17%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD2AD0 (or 0xAD2AD0) is known color: Dark Orchid. HEX triplet: AD, 2A and D0. RGB value is (173,42,208). Sum of RGB (Red+Green+Blue) = 173+42+208=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD2AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2AD0 is #52D52F. Grayscale: #636363. Windows color (decimal): -5428528 or 13642413. OLE color: 13642413.

HSL color Cylindrical-coordinate representation of color #AD2AD0: hue angle of 287.35º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2AD0 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 42 208 -
CMYK 0.17 0.80 0 0.18
HSL 287.35º 0.66% 0.49% -
HSV(B) 287.35º 0.8% 0.82% -
XYZ 29.45 15.09 61.04 -
YUV 100.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 173 42 208 0.17 0.80 0 0.18 287.35 0.66 0.49
Hex AD 2A D0 11 50 0 12 11F 42 31
Octal 255 52 320 21 120 0 22 437 102 61
Binary 10101101 101010 11010000 10001 1010000 0 10010 100011111 1000010 110001

Color Harmonies of #AD2AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2AD0

Black with #AD2AD0

Text Example


Text Example

White with #AD2AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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