#AC63A4

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

Shades of Violet Blue #AC63A4

Tints of Violet Blue #AC63A4

Color information

#AC63A4 (or 0xAC63A4) is unknown color: approx Violet Blue. HEX triplet: AC, 63 and A4. RGB value is (172,99,164). Sum of RGB (Red+Green+Blue) = 172+99+164=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC63A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC63A4 is #539C5B. Grayscale: #808080. Windows color (decimal): -5479516 or 10773420. OLE color: 10773420.

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

Color convert

RGB17299164-
CMYK00.420.050.33
HSL306.58º30.54%53.14%-
HSV(B)306.58º42.44%67.45%-
XYZ28.1820.3737.57-
YUV128.24148.18159.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 164 (64.45% from 255) = 37.70%
R=39.54%
G=22.76%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729916400.420.050.33306.5830.5453.14
HexAC63A402A5211331f35
Octal2541432440525414633765
Binary10101100110001110100100010101010110000110011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63A4; }

 p { color: rgb(172,99,164); }

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

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

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

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

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

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

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