Html Css Color HEX #AD32CE Dark Orchid

📋 copy color: '#AD32CE'

red 173 ◦ green 50 ◦ blue 206

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

Shades of Dark Orchid #AD32CE

Tints of Dark Orchid #AD32CE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.66%

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 40.33%
G = 11.66%
B = 48.02%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD32CE (or 0xAD32CE) is known color: Dark Orchid. HEX triplet: AD, 32 and CE. RGB value is (173,50,206). Sum of RGB (Red+Green+Blue) = 173+50+206=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD32CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32CE is #52CD31. Grayscale: #686868. Windows color (decimal): -5426482 or 13513389. OLE color: 13513389.

HSL color Cylindrical-coordinate representation of color #AD32CE: hue angle of 287.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD32CE is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 50 206 -
CMYK 0.16 0.76 0 0.19
HSL 287.31º 0.61% 0.5% -
HSV(B) 287.31º 0.76% 0.81% -
XYZ 29.51 15.62 59.85 -
YUV 104.56 185.25 176.82 -
System Red Green Blue C M Y K H S L
Decimal 173 50 206 0.16 0.76 0 0.19 287.31 0.61 0.5
Hex AD 32 CE 10 4C 0 13 11F 3D 32
Octal 255 62 316 20 114 0 23 437 75 62
Binary 10101101 110010 11001110 10000 1001100 0 10011 100011111 111101 110010

Color Harmonies of #AD32CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32CE

Black with #AD32CE

Text Example


Text Example

White with #AD32CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32CE; }

 p { color: rgb(173,50,206); }

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

background-color css

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

 a { background-color: rgb(173,50,206); }

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

border-color css

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

 span { border-color: rgb(173,50,206); }

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