Html Css Color HEX #AD36C3 Dark Orchid

📋 copy color: '#AD36C3'

red 173 ◦ green 54 ◦ blue 195

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

Shades of Dark Orchid #AD36C3

Tints of Dark Orchid #AD36C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.21%

R = 41%
G = 12.8%
B = 46.21%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD36C3 (or 0xAD36C3) is known color: Dark Orchid. HEX triplet: AD, 36 and C3. RGB value is (173,54,195). Sum of RGB (Red+Green+Blue) = 173+54+195=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD36C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36C3 is #52C93C. Grayscale: #696969. Windows color (decimal): -5425469 or 12793517. OLE color: 12793517.

HSL color Cylindrical-coordinate representation of color #AD36C3: hue angle of 290.64º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD36C3 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 54 195 -
CMYK 0.11 0.72 0 0.24
HSL 290.64º 0.57% 0.49% -
HSV(B) 290.64º 0.72% 0.76% -
XYZ 28.4 15.46 53.12 -
YUV 105.66 178.42 176.04 -
System Red Green Blue C M Y K H S L
Decimal 173 54 195 0.11 0.72 0 0.24 290.64 0.57 0.49
Hex AD 36 C3 B 48 0 18 123 39 31
Octal 255 66 303 13 110 0 30 443 71 61
Binary 10101101 110110 11000011 1011 1001000 0 11000 100100011 111001 110001

Color Harmonies of #AD36C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36C3

Black with #AD36C3

Text Example


Text Example

White with #AD36C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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