Html Css Color HEX #AD24EA Dark Orchid

📋 copy color: '#AD24EA'

red 173 ◦ green 36 ◦ blue 234

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

Shades of Dark Orchid #AD24EA

Tints of Dark Orchid #AD24EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.82%

R = 39.05%
G = 8.13%
B = 52.82%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD24EA (or 0xAD24EA) is known color: Dark Orchid. HEX triplet: AD, 24 and EA. RGB value is (173,36,234). Sum of RGB (Red+Green+Blue) = 173+36+234=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 36 (14.45% from 255 or 8.13% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD24EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD24EA is #52DB15. Grayscale: #626262. Windows color (decimal): -5430038 or 15344813. OLE color: 15344813.

HSL color Cylindrical-coordinate representation of color #AD24EA: hue angle of 281.52º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD24EA is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 36 234 -
CMYK 0.26 0.85 0 0.08
HSL 281.52º 0.83% 0.53% -
HSV(B) 281.52º 0.85% 0.92% -
XYZ 32.72 16.09 79.22 -
YUV 99.54 203.89 180.4 -
System Red Green Blue C M Y K H S L
Decimal 173 36 234 0.26 0.85 0 0.08 281.52 0.83 0.53
Hex AD 24 EA 1A 55 0 8 11A 52 35
Octal 255 44 352 32 125 0 10 432 122 65
Binary 10101101 100100 11101010 11010 1010101 0 1000 100011010 1010010 110101

Color Harmonies of #AD24EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24EA

Black with #AD24EA

Text Example


Text Example

White with #AD24EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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