#A936A6

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

Shades of Violet Blue #A936A6

Tints of Violet Blue #A936A6

Color information

#A936A6 (or 0xA936A6) is unknown color: approx Violet Blue. HEX triplet: A9, 36 and A6. RGB value is (169,54,166). Sum of RGB (Red+Green+Blue) = 169+54+166=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A936A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A936A6 is #56C959. Grayscale: #646464. Windows color (decimal): -5687642 or 10892969. OLE color: 10892969.

HSL color Cylindrical-coordinate representation of color #A936A6: hue angle of 301.57º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A936A6 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB16954166-
CMYK00.680.020.34
HSL301.57º51.57%43.73%-
HSV(B)301.57º68.05%66.27%-
XYZ24.5613.8337.45-
YUV101.15164.6176.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 54 (21.48% from 255) = 13.88%
BLUE value IS 166 (65.23% from 255) = 42.67%
R=43.44%
G=13.88%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695416600.680.020.34301.5751.5743.73
HexA936A604422212e342c
Octal2516624601042424566454
Binary10101001110110101001100100010010100010100101110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A936A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A936A6; }

 p { color: rgb(169,54,166); }

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

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

 a { background-color: rgb(169,54,166); }

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

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

 span { border-color: rgb(169,54,166); }

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