#A4269F

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

Shades of Vivid Violet #A4269F

Tints of Vivid Violet #A4269F

Color information

#A4269F (or 0xA4269F) is unknown color: approx Vivid Violet. HEX triplet: A4, 26 and 9F. RGB value is (164,38,159). Sum of RGB (Red+Green+Blue) = 164+38+159=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4269F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4269F is #5BD960. Grayscale: #595959. Windows color (decimal): -6019425 or 10430116. OLE color: 10430116.

HSL color Cylindrical-coordinate representation of color #A4269F: hue angle of 302.38º 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 #A4269F is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16438159-
CMYK00.770.030.36
HSL302.38º62.38%39.61%-
HSV(B)302.38º76.83%64.31%-
XYZ22.2611.7833.9-
YUV89.47167.24181.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 38 (15.23% from 255) = 10.53%
BLUE value IS 159 (62.5% from 255) = 44.04%
R=45.43%
G=10.53%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643815900.770.030.36302.3862.3839.61
HexA4269F04D32412e3e28
Octal2444623701153444567650
Binary10100100100110100111110100110111100100100101110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4269F; }

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

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

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

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

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

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

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

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