#A655A5

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

Shades of Violet Blue #A655A5

Tints of Violet Blue #A655A5

Color information

#A655A5 (or 0xA655A5) is unknown color: approx Violet Blue. HEX triplet: A6, 55 and A5. RGB value is (166,85,165). Sum of RGB (Red+Green+Blue) = 166+85+165=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A655A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A655A5 is #59AA5A. Grayscale: #767676. Windows color (decimal): -5876315 or 10835366. OLE color: 10835366.

HSL color Cylindrical-coordinate representation of color #A655A5: hue angle of 300.74º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A655A5 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16685165-
CMYK00.490.010.35
HSL300.74º32.27%49.22%-
HSV(B)300.74º48.8%65.1%-
XYZ25.7717.3237.58-
YUV118.34154.34162-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.90%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 165 (64.84% from 255) = 39.66%
R=39.90%
G=20.43%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668516500.490.010.35300.7432.2749.22
HexA655A503112312d2031
Octal2461252450611434554061
Binary1010011010101011010010101100011100011100101101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A655A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A655A5; }

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

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

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

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

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

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

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

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