Html Css Color HEX #AD24C0 Dark Orchid

📋 copy color: '#AD24C0'

red 173 ◦ green 36 ◦ blue 192

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

Shades of Dark Orchid #AD24C0

Tints of Dark Orchid #AD24C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.88%

R = 43.14%
G = 8.98%
B = 47.88%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD24C0 (or 0xAD24C0) is known color: Dark Orchid. HEX triplet: AD, 24 and C0. RGB value is (173,36,192). Sum of RGB (Red+Green+Blue) = 173+36+192=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD24C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24C0 is #52DB3F. Grayscale: #5E5E5E. Windows color (decimal): -5430080 or 12592301. OLE color: 12592301.

HSL color Cylindrical-coordinate representation of color #AD24C0: hue angle of 292.69º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD24C0 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 36 192 -
CMYK 0.10 0.81 0 0.25
HSL 292.69º 0.68% 0.45% -
HSV(B) 292.69º 0.81% 0.75% -
XYZ 27.38 13.95 51.12 -
YUV 94.75 182.89 183.82 -
System Red Green Blue C M Y K H S L
Decimal 173 36 192 0.10 0.81 0 0.25 292.69 0.68 0.45
Hex AD 24 C0 A 51 0 19 125 44 2D
Octal 255 44 300 12 121 0 31 445 104 55
Binary 10101101 100100 11000000 1010 1010001 0 11001 100100101 1000100 101101

Color Harmonies of #AD24C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24C0

Black with #AD24C0

Text Example


Text Example

White with #AD24C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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