Html Css Color HEX #AD2ADC Dark Orchid

📋 copy color: '#AD2ADC'

red 173 ◦ green 42 ◦ blue 220

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

Shades of Dark Orchid #AD2ADC

Tints of Dark Orchid #AD2ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 39.77%
G = 9.66%
B = 50.57%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD2ADC (or 0xAD2ADC) is known color: Dark Orchid. HEX triplet: AD, 2A and DC. RGB value is (173,42,220). Sum of RGB (Red+Green+Blue) = 173+42+220=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD2ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ADC is #52D523. Grayscale: #646464. Windows color (decimal): -5428516 or 14428845. OLE color: 14428845.

HSL color Cylindrical-coordinate representation of color #AD2ADC: hue angle of 284.16º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2ADC is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 42 220 -
CMYK 0.21 0.81 0 0.14
HSL 284.16º 0.72% 0.51% -
HSV(B) 284.16º 0.81% 0.86% -
XYZ 30.98 15.71 69.11 -
YUV 101.46 194.9 179.03 -
System Red Green Blue C M Y K H S L
Decimal 173 42 220 0.21 0.81 0 0.14 284.16 0.72 0.51
Hex AD 2A DC 15 51 0 E 11C 48 33
Octal 255 52 334 25 121 0 16 434 110 63
Binary 10101101 101010 11011100 10101 1010001 0 1110 100011100 1001000 110011

Color Harmonies of #AD2ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2ADC

Black with #AD2ADC

Text Example


Text Example

White with #AD2ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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