#A467AA

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

Shades of Violet Blue #A467AA

Tints of Violet Blue #A467AA

Color information

#A467AA (or 0xA467AA) is unknown color: approx Violet Blue. HEX triplet: A4, 67 and AA. RGB value is (164,103,170). Sum of RGB (Red+Green+Blue) = 164+103+170=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #A467AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A467AA is #5B9855. Grayscale: #808080. Windows color (decimal): -6002774 or 11167652. OLE color: 11167652.

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

Color convert

RGB164103170-
CMYK0.040.3900.33
HSL294.63º28.27%53.53%-
HSV(B)294.63º39.41%66.67%-
XYZ27.4220.540.54-
YUV128.88151.21153.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=37.53%
G=23.57%
B=38.90%

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
Decimal1641031700.040.3900.33294.6328.2753.53
HexA467AA4270211271c36
Octal2441472524470414473466
Binary10100100110011110101010100100111010000110010011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A467AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A467AA; }

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

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

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

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

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

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

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

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