#A858B1

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

Shades of Violet Blue #A858B1

Tints of Violet Blue #A858B1

Color information

#A858B1 (or 0xA858B1) is unknown color: approx Violet Blue. HEX triplet: A8, 58 and B1. RGB value is (168,88,177). Sum of RGB (Red+Green+Blue) = 168+88+177=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #A858B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A858B1 is #57A74E. Grayscale: #797979. Windows color (decimal): -5744463 or 11622568. OLE color: 11622568.

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

Color convert

RGB16888177-
CMYK0.050.5000.31
HSL293.93º36.33%51.96%-
HSV(B)293.93º50.28%69.41%-
XYZ27.5718.4843.71-
YUV122.07159160.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 88 (34.77% from 255) = 20.32%
BLUE value IS 177 (69.53% from 255) = 40.88%
R=38.80%
G=20.32%
B=40.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168881770.050.5000.31293.9336.3351.96
HexA858B153201F1262434
Octal2501302615620374464464
Binary10101000101100010110001101110010011111100100110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A858B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A858B1; }

 p { color: rgb(168,88,177); }

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

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

 a { background-color: rgb(168,88,177); }

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

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

 span { border-color: rgb(168,88,177); }

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