Html Css Color HEX #AC24AB Dark Orchid

📋 copy color: '#AC24AB'

red 172 ◦ green 36 ◦ blue 171

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

Shades of Dark Orchid #AC24AB

Tints of Dark Orchid #AC24AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 45.38%
G = 9.5%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC24AB (or 0xAC24AB) is known color: Dark Orchid. HEX triplet: AC, 24 and AB. RGB value is (172,36,171). Sum of RGB (Red+Green+Blue) = 172+36+171=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC24AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC24AB is #53DB54. Grayscale: #5B5B5B. Windows color (decimal): -5495637 or 11216044. OLE color: 11216044.

HSL color Cylindrical-coordinate representation of color #AC24AB: hue angle of 300.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC24AB is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 36 171 -
CMYK 0 0.79 0.01 0.33
HSL 300.44º 0.65% 0.41% -
HSV(B) 300.44º 0.79% 0.67% -
XYZ 24.99 12.97 39.71 -
YUV 92.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 172 36 171 0 0.79 0.01 0.33 300.44 0.65 0.41
Hex AC 24 AB 0 4F 1 21 12C 41 29
Octal 254 44 253 0 117 1 41 454 101 51
Binary 10101100 100100 10101011 0 1001111 1 100001 100101100 1000001 101001

Color Harmonies of #AC24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC24AB

Black with #AC24AB

Text Example


Text Example

White with #AC24AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC24AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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