#A467AC

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

Shades of Violet Blue #A467AC

Tints of Violet Blue #A467AC

Color information

#A467AC (or 0xA467AC) is unknown color: approx Violet Blue. HEX triplet: A4, 67 and AC. RGB value is (164,103,172). Sum of RGB (Red+Green+Blue) = 164+103+172=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #A467AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A467AC is #5B9853. Grayscale: #808080. Windows color (decimal): -6002772 or 11298724. OLE color: 11298724.

HSL color Cylindrical-coordinate representation of color #A467AC: hue angle of 293.04º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A467AC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164103172-
CMYK0.050.4000.33
HSL293.04º29.36%53.92%-
HSV(B)293.04º40.12%67.45%-
XYZ27.6120.5741.55-
YUV129.1152.21152.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=37.36%
G=23.46%
B=39.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641031720.050.4000.33293.0429.3653.92
HexA467AC5280211251d36
Octal2441472545500414453566
Binary10100100110011110101100101101000010000110010010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A467AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A467AC; }

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

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

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

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

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

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

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

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