#A855AF

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

Shades of Violet Blue #A855AF

Tints of Violet Blue #A855AF

Color information

#A855AF (or 0xA855AF) is unknown color: approx Violet Blue. HEX triplet: A8, 55 and AF. RGB value is (168,85,175). Sum of RGB (Red+Green+Blue) = 168+85+175=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #A855AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A855AF is #57AA50. Grayscale: #777777. Windows color (decimal): -5745233 or 11490728. OLE color: 11490728.

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

Color convert

RGB16885175-
CMYK0.040.5100.31
HSL295.33º36%50.98%-
HSV(B)295.33º51.43%68.63%-
XYZ27.1317.9242.59-
YUV120.08159162.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 85 (33.59% from 255) = 19.86%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=39.25%
G=19.86%
B=40.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168851750.040.5100.31295.333650.98
HexA855AF43301F1272433
Octal2501252574630374474463
Binary10101000101010110101111100110011011111100100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A855AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A855AF; }

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

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

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

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

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

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

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

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