Html Css Color HEX #AD24EB Dark Orchid

📋 copy color: '#AD24EB'

red 173 ◦ green 36 ◦ blue 235

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

Shades of Dark Orchid #AD24EB

Tints of Dark Orchid #AD24EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.93%

R = 38.96%
G = 8.11%
B = 52.93%

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

#AD24EB (or 0xAD24EB) is known color: Dark Orchid. HEX triplet: AD, 24 and EB. RGB value is (173,36,235). Sum of RGB (Red+Green+Blue) = 173+36+235=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD24EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD24EB is #52DB14. Grayscale: #626262. Windows color (decimal): -5430037 or 15410349. OLE color: 15410349.

HSL color Cylindrical-coordinate representation of color #AD24EB: hue angle of 281.31º degrees, saturation: 0.83, 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 #AD24EB is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 36 235 -
CMYK 0.26 0.85 0 0.08
HSL 281.31º 0.83% 0.53% -
HSV(B) 281.31º 0.85% 0.92% -
XYZ 32.86 16.14 79.98 -
YUV 99.65 204.39 180.32 -
System Red Green Blue C M Y K H S L
Decimal 173 36 235 0.26 0.85 0 0.08 281.31 0.83 0.53
Hex AD 24 EB 1A 55 0 8 119 53 35
Octal 255 44 353 32 125 0 10 431 123 65
Binary 10101101 100100 11101011 11010 1010101 0 1000 100011001 1010011 110101

Color Harmonies of #AD24EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24EB

Black with #AD24EB

Text Example


Text Example

White with #AD24EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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