#AC6194

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

Shades of Violet Blue #AC6194

Tints of Violet Blue #AC6194

Color information

#AC6194 (or 0xAC6194) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and 94. RGB value is (172,97,148). Sum of RGB (Red+Green+Blue) = 172+97+148=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6194 is #539E6B. Grayscale: #7D7D7D. Windows color (decimal): -5480044 or 9724332. OLE color: 9724332.

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

Color convert

RGB17297148-
CMYK00.440.140.33
HSL319.2º31.12%52.75%-
HSV(B)319.2º43.6%67.45%-
XYZ26.6319.4630.37-
YUV125.24140.85161.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 97 (38.28% from 255) = 23.26%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=41.25%
G=23.26%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729714800.440.140.33319.231.1252.75
HexAC619402CE2113f1f35
Octal25414122405416414773765
Binary101011001100001100101000101100111010000110011111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6194; }

 p { color: rgb(172,97,148); }

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

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

 a { background-color: rgb(172,97,148); }

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

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

 span { border-color: rgb(172,97,148); }

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