Html Css Color HEX #AC21A9 Dark Orchid

📋 copy color: '#AC21A9'

red 172 ◦ green 33 ◦ blue 169

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

Shades of Dark Orchid #AC21A9

Tints of Dark Orchid #AC21A9

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.82%

 BLUE value IS 169 (66.41% from 255) = 45.19%

R = 45.99%
G = 8.82%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC21A9 (or 0xAC21A9) is known color: Dark Orchid. HEX triplet: AC, 21 and A9. RGB value is (172,33,169). Sum of RGB (Red+Green+Blue) = 172+33+169=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC21A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC21A9 is #53DE56. Grayscale: #595959. Windows color (decimal): -5496407 or 11084204. OLE color: 11084204.

HSL color Cylindrical-coordinate representation of color #AC21A9: hue angle of 301.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC21A9 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 33 169 -
CMYK 0 0.81 0.02 0.33
HSL 301.3º 0.68% 0.4% -
HSV(B) 301.3º 0.81% 0.67% -
XYZ 24.72 12.72 38.69 -
YUV 90.07 172.55 186.44 -
System Red Green Blue C M Y K H S L
Decimal 172 33 169 0 0.81 0.02 0.33 301.3 0.68 0.4
Hex AC 21 A9 0 51 2 21 12D 44 28
Octal 254 41 251 0 121 2 41 455 104 50
Binary 10101100 100001 10101001 0 1010001 10 100001 100101101 1000100 101000

Color Harmonies of #AC21A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21A9

Black with #AC21A9

Text Example


Text Example

White with #AC21A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21A9; }

 p { color: rgb(172,33,169); }

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

background-color css

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

 a { background-color: rgb(172,33,169); }

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

border-color css

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

 span { border-color: rgb(172,33,169); }

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