#A465AA

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

Shades of Violet Blue #A465AA

Tints of Violet Blue #A465AA

Color information

#A465AA (or 0xA465AA) is unknown color: approx Violet Blue. HEX triplet: A4, 65 and AA. RGB value is (164,101,170). Sum of RGB (Red+Green+Blue) = 164+101+170=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #A465AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A465AA is #5B9A55. Grayscale: #7F7F7F. Windows color (decimal): -6003286 or 11167140. OLE color: 11167140.

HSL color Cylindrical-coordinate representation of color #A465AA: hue angle of 294.78º 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 #A465AA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164101170-
CMYK0.040.4100.33
HSL294.78º28.87%53.14%-
HSV(B)294.78º40.59%66.67%-
XYZ27.2220.140.48-
YUV127.7151.87153.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=37.70%
G=23.22%
B=39.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641011700.040.4100.33294.7828.8753.14
HexA465AA4290211271d35
Octal2441452524510414473565
Binary10100100110010110101010100101001010000110010011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A465AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A465AA; }

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

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

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

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

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

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

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

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