Html Css Color HEX #AD32CB Dark Orchid

📋 copy color: '#AD32CB'

red 173 ◦ green 50 ◦ blue 203

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

Shades of Dark Orchid #AD32CB

Tints of Dark Orchid #AD32CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 40.61%
G = 11.74%
B = 47.65%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD32CB (or 0xAD32CB) is known color: Dark Orchid. HEX triplet: AD, 32 and CB. RGB value is (173,50,203). Sum of RGB (Red+Green+Blue) = 173+50+203=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD32CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32CB is #52CD34. Grayscale: #676767. Windows color (decimal): -5426485 or 13316781. OLE color: 13316781.

HSL color Cylindrical-coordinate representation of color #AD32CB: hue angle of 288.24º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD32CB is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 50 203 -
CMYK 0.15 0.75 0 0.20
HSL 288.24º 0.6% 0.5% -
HSV(B) 288.24º 0.75% 0.8% -
XYZ 29.15 15.48 57.95 -
YUV 104.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 173 50 203 0.15 0.75 0 0.20 288.24 0.6 0.5
Hex AD 32 CB F 4B 0 14 120 3C 32
Octal 255 62 313 17 113 0 24 440 74 62
Binary 10101101 110010 11001011 1111 1001011 0 10100 100100000 111100 110010

Color Harmonies of #AD32CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32CB

Black with #AD32CB

Text Example


Text Example

White with #AD32CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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