#A65FB1

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

Shades of Violet Blue #A65FB1

Tints of Violet Blue #A65FB1

Color information

#A65FB1 (or 0xA65FB1) is unknown color: approx Violet Blue. HEX triplet: A6, 5F and B1. RGB value is (166,95,177). Sum of RGB (Red+Green+Blue) = 166+95+177=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 177 - color contains mainly: blue. Hex color #A65FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65FB1 is #59A04E. Grayscale: #7D7D7D. Windows color (decimal): -5873743 or 11624358. OLE color: 11624358.

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

Color convert

RGB16695177-
CMYK0.060.4600.31
HSL291.95º34.45%53.33%-
HSV(B)291.95º46.33%69.41%-
XYZ27.7519.4743.89-
YUV125.58157.02156.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 177 (69.53% from 255) = 40.41%
R=37.90%
G=21.69%
B=40.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166951770.060.4600.31291.9534.4553.33
HexA65FB162E01F1242235
Octal2461372616560374444265
Binary10100110101111110110001110101110011111100100100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65FB1; }

 p { color: rgb(166,95,177); }

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

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

 a { background-color: rgb(166,95,177); }

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

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

 span { border-color: rgb(166,95,177); }

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