Html Css Color HEX #AC24E8 Dark Orchid

📋 copy color: '#AC24E8'

red 172 ◦ green 36 ◦ blue 232

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

Shades of Dark Orchid #AC24E8

Tints of Dark Orchid #AC24E8

RGB

 RED value IS 172 (67.58% from 255) = 39.09%

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

 BLUE value IS 232 (91.02% from 255) = 52.73%

R = 39.09%
G = 8.18%
B = 52.73%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC24E8 (or 0xAC24E8) is known color: Dark Orchid. HEX triplet: AC, 24 and E8. RGB value is (172,36,232). Sum of RGB (Red+Green+Blue) = 172+36+232=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC24E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC24E8 is #53DB17. Grayscale: #626262. Windows color (decimal): -5495576 or 15213740. OLE color: 15213740.

HSL color Cylindrical-coordinate representation of color #AC24E8: hue angle of 281.63º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC24E8 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 36 232 -
CMYK 0.26 0.84 0 0.09
HSL 281.63º 0.81% 0.53% -
HSV(B) 281.63º 0.84% 0.91% -
XYZ 32.21 15.86 77.71 -
YUV 99.01 203.06 180.06 -
System Red Green Blue C M Y K H S L
Decimal 172 36 232 0.26 0.84 0 0.09 281.63 0.81 0.53
Hex AC 24 E8 1A 54 0 9 11A 51 35
Octal 254 44 350 32 124 0 11 432 121 65
Binary 10101100 100100 11101000 11010 1010100 0 1001 100011010 1010001 110101

Color Harmonies of #AC24E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC24E8

Black with #AC24E8

Text Example


Text Example

White with #AC24E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC24E8; }

 p { color: rgb(172,36,232); }

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

background-color css

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

 a { background-color: rgb(172,36,232); }

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

border-color css

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

 span { border-color: rgb(172,36,232); }

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