#A4259F

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

Shades of Vivid Violet #A4259F

Tints of Vivid Violet #A4259F

Color information

#A4259F (or 0xA4259F) is unknown color: approx Vivid Violet. HEX triplet: A4, 25 and 9F. RGB value is (164,37,159). Sum of RGB (Red+Green+Blue) = 164+37+159=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4259F is #5BDA60. Grayscale: #585858. Windows color (decimal): -6019681 or 10429860. OLE color: 10429860.

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

Color convert

RGB16437159-
CMYK00.770.030.36
HSL302.36º63.18%39.41%-
HSV(B)302.36º77.44%64.31%-
XYZ22.2311.7233.89-
YUV88.88167.58181.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 37 (14.84% from 255) = 10.28%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=45.56%
G=10.28%
B=44.17%

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
Decimal1643715900.770.030.36302.3663.1839.41
HexA4259F04D32412e3f27
Octal2444523701153444567747
Binary10100100100101100111110100110111100100100101110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4259F; }

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

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

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

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

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

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

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

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