#A84BAB

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

Shades of Violet Blue #A84BAB

Tints of Violet Blue #A84BAB

Color information

#A84BAB (or 0xA84BAB) is unknown color: approx Violet Blue. HEX triplet: A8, 4B and AB. RGB value is (168,75,171). Sum of RGB (Red+Green+Blue) = 168+75+171=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 75 (29.69% from 255 or 18.12% 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 #A84BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84BAB is #57B454. Grayscale: #717171. Windows color (decimal): -5747797 or 11226024. OLE color: 11226024.

HSL color Cylindrical-coordinate representation of color #A84BAB: hue angle of 298.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A84BAB is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16875171-
CMYK0.020.5600.33
HSL298.12º39.02%48.24%-
HSV(B)298.12º56.14%67.06%-
XYZ26.0216.340.3-
YUV113.75160.31166.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.58%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=40.58%
G=18.12%
B=41.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168751710.020.5600.33298.1239.0248.24
HexA84BAB23802112a2730
Octal2501132532700414524760
Binary10101000100101110101011101110000100001100101010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84BAB; }

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

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

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

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

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

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

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

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