Html Css Color HEX #AC24AA Dark Orchid

📋 copy color: '#AC24AA'

red 172 ◦ green 36 ◦ blue 170

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

Shades of Dark Orchid #AC24AA

Tints of Dark Orchid #AC24AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 45.5%
G = 9.52%
B = 44.97%

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

#AC24AA (or 0xAC24AA) is known color: Dark Orchid. HEX triplet: AC, 24 and AA. RGB value is (172,36,170). Sum of RGB (Red+Green+Blue) = 172+36+170=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC24AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC24AA is #53DB55. Grayscale: #5B5B5B. Windows color (decimal): -5495638 or 11150508. OLE color: 11150508.

HSL color Cylindrical-coordinate representation of color #AC24AA: hue angle of 300.88º 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 #AC24AA is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 36 170 -
CMYK 0 0.79 0.01 0.33
HSL 300.88º 0.65% 0.41% -
HSV(B) 300.88º 0.79% 0.67% -
XYZ 24.9 12.93 39.21 -
YUV 91.94 172.06 185.1 -
System Red Green Blue C M Y K H S L
Decimal 172 36 170 0 0.79 0.01 0.33 300.88 0.65 0.41
Hex AC 24 AA 0 4F 1 21 12D 41 29
Octal 254 44 252 0 117 1 41 455 101 51
Binary 10101100 100100 10101010 0 1001111 1 100001 100101101 1000001 101001

Color Harmonies of #AC24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC24AA

Black with #AC24AA

Text Example


Text Example

White with #AC24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC24AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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