Html Css Color HEX #AD36CA Dark Orchid

📋 copy color: '#AD36CA'

red 173 ◦ green 54 ◦ blue 202

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

Shades of Dark Orchid #AD36CA

Tints of Dark Orchid #AD36CA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.59%

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 40.33%
G = 12.59%
B = 47.09%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD36CA (or 0xAD36CA) is known color: Dark Orchid. HEX triplet: AD, 36 and CA. RGB value is (173,54,202). Sum of RGB (Red+Green+Blue) = 173+54+202=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD36CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36CA is #52C935. Grayscale: #696969. Windows color (decimal): -5425462 or 13252269. OLE color: 13252269.

HSL color Cylindrical-coordinate representation of color #AD36CA: hue angle of 288.24º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD36CA is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 54 202 -
CMYK 0.14 0.73 0 0.21
HSL 288.24º 0.58% 0.5% -
HSV(B) 288.24º 0.73% 0.79% -
XYZ 29.21 15.79 57.38 -
YUV 106.45 181.92 175.47 -
System Red Green Blue C M Y K H S L
Decimal 173 54 202 0.14 0.73 0 0.21 288.24 0.58 0.5
Hex AD 36 CA E 49 0 15 120 3A 32
Octal 255 66 312 16 111 0 25 440 72 62
Binary 10101101 110110 11001010 1110 1001001 0 10101 100100000 111010 110010

Color Harmonies of #AD36CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36CA

Black with #AD36CA

Text Example


Text Example

White with #AD36CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36CA; }

 p { color: rgb(173,54,202); }

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

background-color css

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

 a { background-color: rgb(173,54,202); }

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

border-color css

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

 span { border-color: rgb(173,54,202); }

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