#A255A7

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

Shades of Violet Blue #A255A7

Tints of Violet Blue #A255A7

Color information

#A255A7 (or 0xA255A7) is unknown color: approx Violet Blue. HEX triplet: A2, 55 and A7. RGB value is (162,85,167). Sum of RGB (Red+Green+Blue) = 162+85+167=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 167 - color contains mainly: blue. Hex color #A255A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A255A7 is #5DAA58. Grayscale: #757575. Windows color (decimal): -6138457 or 10966434. OLE color: 10966434.

HSL color Cylindrical-coordinate representation of color #A255A7: hue angle of 296.34º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A255A7 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16285167-
CMYK0.030.4900.35
HSL296.34º32.54%49.41%-
HSV(B)296.34º49.1%65.49%-
XYZ25.1216.9738.51-
YUV117.37156.01159.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 167 (65.62% from 255) = 40.34%
R=39.13%
G=20.53%
B=40.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162851670.030.4900.35296.3432.5449.41
HexA255A73310231282131
Octal2421252473610434504161
Binary10100010101010110100111111100010100011100101000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A255A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A255A7; }

 p { color: rgb(162,85,167); }

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

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

 a { background-color: rgb(162,85,167); }

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

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

 span { border-color: rgb(162,85,167); }

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