#AC62A1

Color #AC62A1 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AC62A1

Tints of Violet Blue #AC62A1

Color information

#AC62A1 (or 0xAC62A1) is unknown color: approx Violet Blue. HEX triplet: AC, 62 and A1. RGB value is (172,98,161). Sum of RGB (Red+Green+Blue) = 172+98+161=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC62A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC62A1 is #539D5E. Grayscale: #7F7F7F. Windows color (decimal): -5479775 or 10576556. OLE color: 10576556.

HSL color Cylindrical-coordinate representation of color #AC62A1: hue angle of 308.92º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC62A1 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17298161-
CMYK00.430.060.33
HSL308.92º30.83%52.94%-
HSV(B)308.92º43.02%67.45%-
XYZ27.8120.0836.13-
YUV127.31147.02159.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=39.91%
G=22.74%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729816100.430.060.33308.9230.8352.94
HexAC62A102B6211351f35
Octal2541422410536414653765
Binary10101100110001010100001010101111010000110011010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC62A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC62A1; }

 p { color: rgb(172,98,161); }

 H1.HeaderClassName
 {
   color: #AC62A1;
 }
 .AnyTagClassName
 {
   color: #AC62A1;
 }
</style>
background-color css

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

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

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

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

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

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