#A65BB0

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

Shades of Violet Blue #A65BB0

Tints of Violet Blue #A65BB0

Color information

#A65BB0 (or 0xA65BB0) is unknown color: approx Violet Blue. HEX triplet: A6, 5B and B0. RGB value is (166,91,176). Sum of RGB (Red+Green+Blue) = 166+91+176=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 176 - color contains mainly: blue. Hex color #A65BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65BB0 is #59A44F. Grayscale: #7A7A7A. Windows color (decimal): -5874768 or 11557798. OLE color: 11557798.

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

Color convert

RGB16691176-
CMYK0.060.4800.31
HSL292.94º34.98%52.35%-
HSV(B)292.94º48.3%69.02%-
XYZ27.318.7243.25-
YUV123.11157.85158.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 91 (35.94% from 255) = 21.02%
BLUE value IS 176 (69.14% from 255) = 40.65%
R=38.34%
G=21.02%
B=40.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166911760.060.4800.31292.9434.9852.35
HexA65BB063001F1252334
Octal2461332606600374454364
Binary10100110101101110110000110110000011111100100101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65BB0; }

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

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

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

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

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

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

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

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