#A2508C

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

Shades of Violet Blue #A2508C

Tints of Violet Blue #A2508C

Color information

#A2508C (or 0xA2508C) is unknown color: approx Violet Blue. HEX triplet: A2, 50 and 8C. RGB value is (162,80,140). Sum of RGB (Red+Green+Blue) = 162+80+140=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A2508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2508C is #5DAF73. Grayscale: #6F6F6F. Windows color (decimal): -6139764 or 9195682. OLE color: 9195682.

HSL color Cylindrical-coordinate representation of color #A2508C: hue angle of 316.1º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2508C is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB16280140-
CMYK00.510.140.36
HSL316.1º33.88%47.45%-
HSV(B)316.1º50.62%63.53%-
XYZ22.515.3126.58-
YUV111.36144.17164.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 80 (31.64% from 255) = 20.94%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=42.41%
G=20.94%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628014000.510.140.36316.133.8847.45
HexA2508C033E2413c222f
Octal24212021406316444744257
Binary1010001010100001000110001100111110100100100111100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2508C; }

 p { color: rgb(162,80,140); }

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

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

 a { background-color: rgb(162,80,140); }

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

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

 span { border-color: rgb(162,80,140); }

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