#A2518C

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

Shades of Violet Blue #A2518C

Tints of Violet Blue #A2518C

Color information

#A2518C (or 0xA2518C) is unknown color: approx Violet Blue. HEX triplet: A2, 51 and 8C. RGB value is (162,81,140). Sum of RGB (Red+Green+Blue) = 162+81+140=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A2518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2518C is #5DAE73. Grayscale: #6F6F6F. Windows color (decimal): -6139508 or 9195938. OLE color: 9195938.

HSL color Cylindrical-coordinate representation of color #A2518C: hue angle of 316.3º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2518C is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB16281140-
CMYK00.500.140.36
HSL316.3º33.33%47.65%-
HSV(B)316.3º50%63.53%-
XYZ22.5815.4626.61-
YUV111.94143.84163.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 140 (55.08% from 255) = 36.55%
R=42.30%
G=21.15%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628114000.500.140.36316.333.3347.65
HexA2518C032E2413c2130
Octal24212121406216444744160
Binary1010001010100011000110001100101110100100100111100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2518C; }

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

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

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

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

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

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

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

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