#A84FA0

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

Shades of Violet Blue #A84FA0

Tints of Violet Blue #A84FA0

Color information

#A84FA0 (or 0xA84FA0) is unknown color: approx Violet Blue. HEX triplet: A8, 4F and A0. RGB value is (168,79,160). Sum of RGB (Red+Green+Blue) = 168+79+160=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A84FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84FA0 is #57B05F. Grayscale: #727272. Windows color (decimal): -5746784 or 10506152. OLE color: 10506152.

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

Color convert

RGB16879160-
CMYK00.530.050.34
HSL305.39º36.03%48.43%-
HSV(B)305.39º52.98%65.88%-
XYZ25.2916.4535.1-
YUV114.84153.49165.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 79 (31.25% from 255) = 19.41%
BLUE value IS 160 (62.89% from 255) = 39.31%
R=41.28%
G=19.41%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687916000.530.050.34305.3936.0348.43
HexA84FA00355221312430
Octal2501172400655424614460
Binary101010001001111101000000110101101100010100110001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84FA0; }

 p { color: rgb(168,79,160); }

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

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

 a { background-color: rgb(168,79,160); }

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

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

 span { border-color: rgb(168,79,160); }

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