#A251AB

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

Shades of Violet Blue #A251AB

Tints of Violet Blue #A251AB

Color information

#A251AB (or 0xA251AB) is unknown color: approx Violet Blue. HEX triplet: A2, 51 and AB. RGB value is (162,81,171). Sum of RGB (Red+Green+Blue) = 162+81+171=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #A251AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A251AB is #5DAE54. Grayscale: #737373. Windows color (decimal): -6139477 or 11227554. OLE color: 11227554.

HSL color Cylindrical-coordinate representation of color #A251AB: hue angle of 294º 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 #A251AB is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16281171-
CMYK0.050.5300.33
HSL294º35.71%49.41%-
HSV(B)294º52.63%67.06%-
XYZ25.1916.5140.39-
YUV115.48159.34161.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 81 (32.03% from 255) = 19.57%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=39.13%
G=19.57%
B=41.30%

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
Decimal162811710.050.5300.3329435.7149.41
HexA251AB5350211262431
Octal2421212535650414464461
Binary101000101010001101010111011101010100001100100110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A251AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A251AB; }

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

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

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

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

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

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

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

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