#AC63B5

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

Shades of Violet Blue #AC63B5

Tints of Violet Blue #AC63B5

Color information

#AC63B5 (or 0xAC63B5) is unknown color: approx Violet Blue. HEX triplet: AC, 63 and B5. RGB value is (172,99,181). Sum of RGB (Red+Green+Blue) = 172+99+181=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC63B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63B5 is #539C4A. Grayscale: #818181. Windows color (decimal): -5479499 or 11887532. OLE color: 11887532.

HSL color Cylindrical-coordinate representation of color #AC63B5: hue angle of 293.41º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC63B5 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17299181-
CMYK0.050.4500.29
HSL293.41º35.65%54.9%-
HSV(B)293.41º45.3%70.98%-
XYZ29.8221.0346.2-
YUV130.18156.68157.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 99 (39.06% from 255) = 21.90%
BLUE value IS 181 (71.09% from 255) = 40.04%
R=38.05%
G=21.90%
B=40.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172991810.050.4500.29293.4135.6554.9
HexAC63B552D01D1252437
Octal2541432655550354454467
Binary10101100110001110110101101101101011101100100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC63B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC63B5; }

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

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

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

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

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

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

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

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