Html Css Color HEX #AC24DF Dark Orchid

📋 copy color: '#AC24DF'

red 172 ◦ green 36 ◦ blue 223

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

Shades of Dark Orchid #AC24DF

Tints of Dark Orchid #AC24DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 39.91%
G = 8.35%
B = 51.74%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC24DF (or 0xAC24DF) is known color: Dark Orchid. HEX triplet: AC, 24 and DF. RGB value is (172,36,223). Sum of RGB (Red+Green+Blue) = 172+36+223=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC24DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC24DF is #53DB20. Grayscale: #616161. Windows color (decimal): -5495585 or 14623916. OLE color: 14623916.

HSL color Cylindrical-coordinate representation of color #AC24DF: hue angle of 283.64º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC24DF is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 36 223 -
CMYK 0.23 0.84 0 0.13
HSL 283.64º 0.75% 0.51% -
HSV(B) 283.64º 0.84% 0.87% -
XYZ 30.96 15.36 71.14 -
YUV 97.98 198.56 180.79 -
System Red Green Blue C M Y K H S L
Decimal 172 36 223 0.23 0.84 0 0.13 283.64 0.75 0.51
Hex AC 24 DF 17 54 0 D 11C 4B 33
Octal 254 44 337 27 124 0 15 434 113 63
Binary 10101100 100100 11011111 10111 1010100 0 1101 100011100 1001011 110011

Color Harmonies of #AC24DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC24DF

Black with #AC24DF

Text Example


Text Example

White with #AC24DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC24DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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