Html Css Color HEX #AC24BA Dark Orchid

📋 copy color: '#AC24BA'

red 172 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #AC24BA

Tints of Dark Orchid #AC24BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 43.65%
G = 9.14%
B = 47.21%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC24BA (or 0xAC24BA) is known color: Dark Orchid. HEX triplet: AC, 24 and BA. RGB value is (172,36,186). Sum of RGB (Red+Green+Blue) = 172+36+186=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC24BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC24BA is #53DB45. Grayscale: #5D5D5D. Windows color (decimal): -5495622 or 12199084. OLE color: 12199084.

HSL color Cylindrical-coordinate representation of color #AC24BA: hue angle of 294.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC24BA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 36 186 -
CMYK 0.08 0.81 0 0.27
HSL 294.4º 0.68% 0.44% -
HSV(B) 294.4º 0.81% 0.73% -
XYZ 26.51 13.58 47.68 -
YUV 93.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 172 36 186 0.08 0.81 0 0.27 294.4 0.68 0.44
Hex AC 24 BA 8 51 0 1B 126 44 2C
Octal 254 44 272 10 121 0 33 446 104 54
Binary 10101100 100100 10111010 1000 1010001 0 11011 100100110 1000100 101100

Color Harmonies of #AC24BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC24BA

Black with #AC24BA

Text Example


Text Example

White with #AC24BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC24BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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