Html Css Color HEX #AC21AC Dark Orchid

📋 copy color: '#AC21AC'

red 172 ◦ green 33 ◦ blue 172

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

Shades of Dark Orchid #AC21AC

Tints of Dark Orchid #AC21AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 45.62%
G = 8.75%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC21AC (or 0xAC21AC) is known color: Dark Orchid. HEX triplet: AC, 21 and AC. RGB value is (172,33,172). Sum of RGB (Red+Green+Blue) = 172+33+172=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC21AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC21AC is #53DE53. Grayscale: #595959. Windows color (decimal): -5496404 or 11280812. OLE color: 11280812.

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

Color convert

RGB 172 33 172 -
CMYK 0 0.81 0 0.33
HSL 300º 0.68% 0.4% -
HSV(B) 300º 0.81% 0.67% -
XYZ 25 12.84 40.19 -
YUV 90.41 174.05 186.2 -
System Red Green Blue C M Y K H S L
Decimal 172 33 172 0 0.81 0 0.33 300 0.68 0.4
Hex AC 21 AC 0 51 0 21 12C 44 28
Octal 254 41 254 0 121 0 41 454 104 50
Binary 10101100 100001 10101100 0 1010001 0 100001 100101100 1000100 101000

Color Harmonies of #AC21AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21AC

Black with #AC21AC

Text Example


Text Example

White with #AC21AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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