#A250A5

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

Shades of Violet Blue #A250A5

Tints of Violet Blue #A250A5

Color information

#A250A5 (or 0xA250A5) is unknown color: approx Violet Blue. HEX triplet: A2, 50 and A5. RGB value is (162,80,165). Sum of RGB (Red+Green+Blue) = 162+80+165=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 165 - color contains mainly: blue. Hex color #A250A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A250A5 is #5DAF5A. Grayscale: #717171. Windows color (decimal): -6139739 or 10834082. OLE color: 10834082.

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

Color convert

RGB16280165-
CMYK0.020.5200.35
HSL297.88º34.69%48.04%-
HSV(B)297.88º51.52%64.71%-
XYZ24.5616.1437.42-
YUV114.21156.67162.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 165 (64.84% from 255) = 40.54%
R=39.80%
G=19.66%
B=40.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162801650.020.5200.35297.8834.6948.04
HexA250A523402312a2330
Octal2421202452640434524360
Binary10100010101000010100101101101000100011100101010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A250A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A250A5; }

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

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

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

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

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

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

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

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