#A250AB

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

Shades of Violet Blue #A250AB

Tints of Violet Blue #A250AB

Color information

#A250AB (or 0xA250AB) is unknown color: approx Violet Blue. HEX triplet: A2, 50 and AB. RGB value is (162,80,171). Sum of RGB (Red+Green+Blue) = 162+80+171=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #A250AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A250AB is #5DAF54. Grayscale: #727272. Windows color (decimal): -6139733 or 11227298. OLE color: 11227298.

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

Color convert

RGB16280171-
CMYK0.050.5300.33
HSL294.07º36.25%49.22%-
HSV(B)294.07º53.22%67.06%-
XYZ25.1216.3640.36-
YUV114.89159.67161.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 80 (31.64% from 255) = 19.37%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=39.23%
G=19.37%
B=41.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162801710.050.5300.33294.0736.2549.22
HexA250AB5350211262431
Octal2421202535650414464461
Binary101000101010000101010111011101010100001100100110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A250AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A250AB; }

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

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

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

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

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

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

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

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