#A467AF

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

Shades of Violet Blue #A467AF

Tints of Violet Blue #A467AF

Color information

#A467AF (or 0xA467AF) is unknown color: approx Violet Blue. HEX triplet: A4, 67 and AF. RGB value is (164,103,175). Sum of RGB (Red+Green+Blue) = 164+103+175=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #A467AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A467AF is #5B9850. Grayscale: #818181. Windows color (decimal): -6002769 or 11495332. OLE color: 11495332.

HSL color Cylindrical-coordinate representation of color #A467AF: hue angle of 290.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A467AF is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164103175-
CMYK0.060.4100.31
HSL290.83º31.03%54.51%-
HSV(B)290.83º41.14%68.63%-
XYZ27.920.6943.08-
YUV129.45153.71152.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 103 (40.62% from 255) = 23.30%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=37.10%
G=23.30%
B=39.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641031750.060.4100.31290.8331.0354.51
HexA467AF62901F1231f37
Octal2441472576510374433767
Binary1010010011001111010111111010100101111110010001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A467AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A467AF; }

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

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

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

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

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

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

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

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