#A468AA

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

Shades of Violet Blue #A468AA

Tints of Violet Blue #A468AA

Color information

#A468AA (or 0xA468AA) is unknown color: approx Violet Blue. HEX triplet: A4, 68 and AA. RGB value is (164,104,170). Sum of RGB (Red+Green+Blue) = 164+104+170=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #A468AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A468AA is #5B9755. Grayscale: #818181. Windows color (decimal): -6002518 or 11167908. OLE color: 11167908.

HSL color Cylindrical-coordinate representation of color #A468AA: hue angle of 294.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A468AA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164104170-
CMYK0.040.3900.33
HSL294.55º27.97%53.73%-
HSV(B)294.55º38.82%66.67%-
XYZ27.5220.740.57-
YUV129.46150.88152.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 104 (41.02% from 255) = 23.74%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=37.44%
G=23.74%
B=38.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641041700.040.3900.33294.5527.9753.73
HexA468AA4270211271c36
Octal2441502524470414473466
Binary10100100110100010101010100100111010000110010011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468AA; }

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

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

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

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

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

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

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

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