#A257AA

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

Shades of Violet Blue #A257AA

Tints of Violet Blue #A257AA

Color information

#A257AA (or 0xA257AA) is unknown color: approx Violet Blue. HEX triplet: A2, 57 and AA. RGB value is (162,87,170). Sum of RGB (Red+Green+Blue) = 162+87+170=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #A257AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A257AA is #5DA855. Grayscale: #767676. Windows color (decimal): -6137942 or 11163554. OLE color: 11163554.

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

Color convert

RGB16287170-
CMYK0.050.4900.33
HSL294.22º32.81%50.39%-
HSV(B)294.22º48.82%66.67%-
XYZ25.5617.440.04-
YUV118.89156.85158.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 87 (34.38% from 255) = 20.76%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=38.66%
G=20.76%
B=40.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162871700.050.4900.33294.2232.8150.39
HexA257AA5310211262132
Octal2421272525610414464162
Binary101000101010111101010101011100010100001100100110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A257AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A257AA; }

 p { color: rgb(162,87,170); }

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

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

 a { background-color: rgb(162,87,170); }

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

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

 span { border-color: rgb(162,87,170); }

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