#A065AA

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

Shades of Violet Blue #A065AA

Tints of Violet Blue #A065AA

Color information

#A065AA (or 0xA065AA) is unknown color: approx Violet Blue. HEX triplet: A0, 65 and AA. RGB value is (160,101,170). Sum of RGB (Red+Green+Blue) = 160+101+170=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #A065AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A065AA is #5F9A55. Grayscale: #7E7E7E. Windows color (decimal): -6265430 or 11167136. OLE color: 11167136.

HSL color Cylindrical-coordinate representation of color #A065AA: hue angle of 291.3º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A065AA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160101170-
CMYK0.060.4100.33
HSL291.3º28.87%53.14%-
HSV(B)291.3º40.59%66.67%-
XYZ26.4119.6840.44-
YUV126.51152.55151.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=37.12%
G=23.43%
B=39.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601011700.060.4100.33291.328.8753.14
HexA065AA6290211231d35
Octal2401452526510414433565
Binary10100000110010110101010110101001010000110010001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A065AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A065AA; }

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

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

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

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

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

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

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

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