#A655B0

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

Shades of Violet Blue #A655B0

Tints of Violet Blue #A655B0

Color information

#A655B0 (or 0xA655B0) is unknown color: approx Violet Blue. HEX triplet: A6, 55 and B0. RGB value is (166,85,176). Sum of RGB (Red+Green+Blue) = 166+85+176=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 176 - color contains mainly: blue. Hex color #A655B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A655B0 is #59AA4F. Grayscale: #777777. Windows color (decimal): -5876304 or 11556262. OLE color: 11556262.

HSL color Cylindrical-coordinate representation of color #A655B0: hue angle of 293.41º degrees, saturation: 0.37, 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 #A655B0 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16685176-
CMYK0.060.5200.31
HSL293.41º36.55%51.18%-
HSV(B)293.41º51.7%69.02%-
XYZ26.8117.7443.09-
YUV119.59159.84161.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 85 (33.59% from 255) = 19.91%
BLUE value IS 176 (69.14% from 255) = 41.22%
R=38.88%
G=19.91%
B=41.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166851760.060.5200.31293.4136.5551.18
HexA655B063401F1252533
Octal2461252606640374454563
Binary10100110101010110110000110110100011111100100101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A655B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A655B0; }

 p { color: rgb(166,85,176); }

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

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

 a { background-color: rgb(166,85,176); }

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

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

 span { border-color: rgb(166,85,176); }

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