#A854AF

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

Shades of Violet Blue #A854AF

Tints of Violet Blue #A854AF

Color information

#A854AF (or 0xA854AF) is unknown color: approx Violet Blue. HEX triplet: A8, 54 and AF. RGB value is (168,84,175). Sum of RGB (Red+Green+Blue) = 168+84+175=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #A854AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A854AF is #57AB50. Grayscale: #777777. Windows color (decimal): -5745489 or 11490472. OLE color: 11490472.

HSL color Cylindrical-coordinate representation of color #A854AF: hue angle of 295.38º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A854AF is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16884175-
CMYK0.040.5200.31
HSL295.38º36.25%50.78%-
HSV(B)295.38º52%68.63%-
XYZ27.0617.7642.56-
YUV119.49159.33162.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.34%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=39.34%
G=19.67%
B=40.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168841750.040.5200.31295.3836.2550.78
HexA854AF43401F1272433
Octal2501242574640374474463
Binary10101000101010010101111100110100011111100100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A854AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A854AF; }

 p { color: rgb(168,84,175); }

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

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

 a { background-color: rgb(168,84,175); }

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

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

 span { border-color: rgb(168,84,175); }

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