#A270A3

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

Shades of Violet Blue #A270A3

Tints of Violet Blue #A270A3

Color information

#A270A3 (or 0xA270A3) is unknown color: approx Violet Blue. HEX triplet: A2, 70 and A3. RGB value is (162,112,163). Sum of RGB (Red+Green+Blue) = 162+112+163=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 163 - color contains mainly: blue. Hex color #A270A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A270A3 is #5D8F5C. Grayscale: #848484. Windows color (decimal): -6131549 or 10711202. OLE color: 10711202.

HSL color Cylindrical-coordinate representation of color #A270A3: hue angle of 298.82º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A270A3 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB162112163-
CMYK0.010.3100.36
HSL298.82º21.7%53.92%-
HSV(B)298.82º31.29%63.92%-
XYZ27.3121.9137.44-
YUV132.76145.06148.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 163 (64.06% from 255) = 37.30%
R=37.07%
G=25.63%
B=37.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621121630.010.3100.36298.8221.753.92
HexA270A311F02412b1636
Octal2421602431370444532666
Binary10100010111000010100011111111010010010010101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A270A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A270A3; }

 p { color: rgb(162,112,163); }

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

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

 a { background-color: rgb(162,112,163); }

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

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

 span { border-color: rgb(162,112,163); }

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