Html Css Color HEX #AD24CB Dark Orchid

📋 copy color: '#AD24CB'

red 173 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #AD24CB

Tints of Dark Orchid #AD24CB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.74%

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

R = 41.99%
G = 8.74%
B = 49.27%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD24CB (or 0xAD24CB) is known color: Dark Orchid. HEX triplet: AD, 24 and CB. RGB value is (173,36,203). Sum of RGB (Red+Green+Blue) = 173+36+203=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD24CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24CB is #52DB34. Grayscale: #5F5F5F. Windows color (decimal): -5430069 or 13313197. OLE color: 13313197.

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

Color convert

RGB 173 36 203 -
CMYK 0.15 0.82 0 0.20
HSL 289.22º 0.7% 0.47% -
HSV(B) 289.22º 0.82% 0.8% -
XYZ 28.64 14.46 57.78 -
YUV 96 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 173 36 203 0.15 0.82 0 0.20 289.22 0.7 0.47
Hex AD 24 CB F 52 0 14 121 46 2F
Octal 255 44 313 17 122 0 24 441 106 57
Binary 10101101 100100 11001011 1111 1010010 0 10100 100100001 1000110 101111

Color Harmonies of #AD24CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24CB

Black with #AD24CB

Text Example


Text Example

White with #AD24CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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