#A84B9D

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

Shades of Violet Blue #A84B9D

Tints of Violet Blue #A84B9D

Color information

#A84B9D (or 0xA84B9D) is unknown color: approx Violet Blue. HEX triplet: A8, 4B and 9D. RGB value is (168,75,157). Sum of RGB (Red+Green+Blue) = 168+75+157=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84B9D is #57B462. Grayscale: #6F6F6F. Windows color (decimal): -5747811 or 10308520. OLE color: 10308520.

HSL color Cylindrical-coordinate representation of color #A84B9D: hue angle of 307.1º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84B9D is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16875157-
CMYK00.550.070.34
HSL307.1º38.27%47.65%-
HSV(B)307.1º55.36%65.88%-
XYZ24.7515.7933.64-
YUV112.16153.31167.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 75 (29.69% from 255) = 18.75%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=42%
G=18.75%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687515700.550.070.34307.138.2747.65
HexA84B9D0377221332630
Octal2501132350677424634660
Binary101010001001011100111010110111111100010100110011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84B9D; }

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

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

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

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

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

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

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

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