Html Css Color HEX #AC22AB Dark Orchid

📋 copy color: '#AC22AB'

red 172 ◦ green 34 ◦ blue 171

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

Shades of Dark Orchid #AC22AB

Tints of Dark Orchid #AC22AB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.02%

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

R = 45.62%
G = 9.02%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC22AB (or 0xAC22AB) is known color: Dark Orchid. HEX triplet: AC, 22 and AB. RGB value is (172,34,171). Sum of RGB (Red+Green+Blue) = 172+34+171=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC22AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC22AB is #53DD54. Grayscale: #5A5A5A. Windows color (decimal): -5496149 or 11215532. OLE color: 11215532.

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

Color convert

RGB 172 34 171 -
CMYK 0 0.80 0.01 0.33
HSL 300.43º 0.67% 0.4% -
HSV(B) 300.43º 0.8% 0.67% -
XYZ 24.94 12.85 39.7 -
YUV 90.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 172 34 171 0 0.80 0.01 0.33 300.43 0.67 0.4
Hex AC 22 AB 0 50 1 21 12C 43 28
Octal 254 42 253 0 120 1 41 454 103 50
Binary 10101100 100010 10101011 0 1010000 1 100001 100101100 1000011 101000

Color Harmonies of #AC22AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC22AB

Black with #AC22AB

Text Example


Text Example

White with #AC22AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC22AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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