#AC639B

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

Shades of Violet Blue #AC639B

Tints of Violet Blue #AC639B

Color information

#AC639B (or 0xAC639B) is unknown color: approx Violet Blue. HEX triplet: AC, 63 and 9B. RGB value is (172,99,155). Sum of RGB (Red+Green+Blue) = 172+99+155=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC639B is #539C64. Grayscale: #7F7F7F. Windows color (decimal): -5479525 or 10183596. OLE color: 10183596.

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

Color convert

RGB17299155-
CMYK00.420.100.33
HSL313.97º30.54%53.14%-
HSV(B)313.97º42.44%67.45%-
XYZ27.3920.0633.44-
YUV127.21143.68159.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=40.38%
G=23.24%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729915500.420.100.33313.9730.5453.14
HexAC639B02AA2113a1f35
Octal25414323305212414723765
Binary101011001100011100110110101010101010000110011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC639B; }

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

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

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

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

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

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

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

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