#A065AE

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

Shades of Violet Blue #A065AE

Tints of Violet Blue #A065AE

Color information

#A065AE (or 0xA065AE) is unknown color: approx Violet Blue. HEX triplet: A0, 65 and AE. RGB value is (160,101,174). Sum of RGB (Red+Green+Blue) = 160+101+174=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #A065AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A065AE is #5F9A51. Grayscale: #7E7E7E. Windows color (decimal): -6265426 or 11429280. OLE color: 11429280.

HSL color Cylindrical-coordinate representation of color #A065AE: hue angle of 288.49º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A065AE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160101174-
CMYK0.080.4200.32
HSL288.49º31.06%53.92%-
HSV(B)288.49º41.95%68.24%-
XYZ26.7919.8442.46-
YUV126.96154.55151.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.78%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 174 (68.36% from 255) = 40%
R=36.78%
G=23.22%
B=40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601011740.080.4200.32288.4931.0653.92
HexA065AE82A0201201f36
Octal24014525610520404403766
Binary101000001100101101011101000101010010000010010000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A065AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A065AE; }

 p { color: rgb(160,101,174); }

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

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

 a { background-color: rgb(160,101,174); }

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

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

 span { border-color: rgb(160,101,174); }

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