#A4269E

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

Shades of Vivid Violet #A4269E

Tints of Vivid Violet #A4269E

Color information

#A4269E (or 0xA4269E) is unknown color: approx Vivid Violet. HEX triplet: A4, 26 and 9E. RGB value is (164,38,158). Sum of RGB (Red+Green+Blue) = 164+38+158=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4269E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4269E is #5BD961. Grayscale: #585858. Windows color (decimal): -6019426 or 10364580. OLE color: 10364580.

HSL color Cylindrical-coordinate representation of color #A4269E: hue angle of 302.86º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4269E is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16438158-
CMYK00.770.040.36
HSL302.86º62.38%39.61%-
HSV(B)302.86º76.83%64.31%-
XYZ22.1711.7533.45-
YUV89.35166.74181.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 38 (15.23% from 255) = 10.56%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=45.56%
G=10.56%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643815800.770.040.36302.8662.3839.61
HexA4269E04D42412f3e28
Octal2444623601154444577650
Binary101001001001101001111001001101100100100100101111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4269E; }

 p { color: rgb(164,38,158); }

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

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

 a { background-color: rgb(164,38,158); }

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

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

 span { border-color: rgb(164,38,158); }

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