#A65FA4

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

Shades of Violet Blue #A65FA4

Tints of Violet Blue #A65FA4

Color information

#A65FA4 (or 0xA65FA4) is unknown color: approx Violet Blue. HEX triplet: A6, 5F and A4. RGB value is (166,95,164). Sum of RGB (Red+Green+Blue) = 166+95+164=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A65FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65FA4 is #59A05B. Grayscale: #7B7B7B. Windows color (decimal): -5873756 or 10772390. OLE color: 10772390.

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

Color convert

RGB16695164-
CMYK00.430.010.35
HSL301.69º28.51%51.18%-
HSV(B)301.69º42.77%65.1%-
XYZ26.5218.9737.39-
YUV124.1150.52157.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 95 (37.5% from 255) = 22.35%
BLUE value IS 164 (64.45% from 255) = 38.59%
R=39.06%
G=22.35%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669516400.430.010.35301.6928.5151.18
HexA65FA402B12312e1d33
Octal2461372440531434563563
Binary101001101011111101001000101011110001110010111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65FA4; }

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

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

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

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

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

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

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

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