#A850AB

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

Shades of Violet Blue #A850AB

Tints of Violet Blue #A850AB

Color information

#A850AB (or 0xA850AB) is unknown color: approx Violet Blue. HEX triplet: A8, 50 and AB. RGB value is (168,80,171). Sum of RGB (Red+Green+Blue) = 168+80+171=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #A850AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A850AB is #57AF54. Grayscale: #747474. Windows color (decimal): -5746517 or 11227304. OLE color: 11227304.

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

Color convert

RGB16880171-
CMYK0.020.5300.33
HSL298.02º36.25%49.22%-
HSV(B)298.02º53.22%67.06%-
XYZ26.371740.42-
YUV116.69158.65164.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 80 (31.64% from 255) = 19.09%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=40.10%
G=19.09%
B=40.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168801710.020.5300.33298.0236.2549.22
HexA850AB23502112a2431
Octal2501202532650414524461
Binary10101000101000010101011101101010100001100101010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A850AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A850AB; }

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

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

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

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

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

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

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

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