#AC679B

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

Shades of Violet Blue #AC679B

Tints of Violet Blue #AC679B

Color information

#AC679B (or 0xAC679B) is unknown color: approx Violet Blue. HEX triplet: AC, 67 and 9B. RGB value is (172,103,155). Sum of RGB (Red+Green+Blue) = 172+103+155=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC679B is #539864. Grayscale: #818181. Windows color (decimal): -5478501 or 10184620. OLE color: 10184620.

HSL color Cylindrical-coordinate representation of color #AC679B: hue angle of 314.78º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC679B is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB172103155-
CMYK00.400.100.33
HSL314.78º29.36%53.92%-
HSV(B)314.78º40.12%67.45%-
XYZ27.7820.8433.57-
YUV129.56142.36158.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=40%
G=23.95%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210315500.400.100.33314.7829.3653.92
HexAC679B028A2113b1d36
Octal25414723305012414733566
Binary101011001100111100110110101000101010000110011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC679B; }

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

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

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

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

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

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

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

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