Html Css Color HEX #AD2ACD Dark Orchid

📋 copy color: '#AD2ACD'

red 173 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #AD2ACD

Tints of Dark Orchid #AD2ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.81%

R = 41.19%
G = 10%
B = 48.81%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD2ACD (or 0xAD2ACD) is known color: Dark Orchid. HEX triplet: AD, 2A and CD. RGB value is (173,42,205). Sum of RGB (Red+Green+Blue) = 173+42+205=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD2ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ACD is #52D532. Grayscale: #636363. Windows color (decimal): -5428531 or 13445805. OLE color: 13445805.

HSL color Cylindrical-coordinate representation of color #AD2ACD: hue angle of 288.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2ACD is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 42 205 -
CMYK 0.16 0.80 0 0.20
HSL 288.22º 0.66% 0.48% -
HSV(B) 288.22º 0.8% 0.8% -
XYZ 29.08 14.95 59.11 -
YUV 99.75 187.4 180.25 -
System Red Green Blue C M Y K H S L
Decimal 173 42 205 0.16 0.80 0 0.20 288.22 0.66 0.48
Hex AD 2A CD 10 50 0 14 120 42 30
Octal 255 52 315 20 120 0 24 440 102 60
Binary 10101101 101010 11001101 10000 1010000 0 10100 100100000 1000010 110000

Color Harmonies of #AD2ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2ACD

Black with #AD2ACD

Text Example


Text Example

White with #AD2ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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