#A0249E

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

Shades of Vivid Violet #A0249E

Tints of Vivid Violet #A0249E

Color information

#A0249E (or 0xA0249E) is unknown color: approx Vivid Violet. HEX triplet: A0, 24 and 9E. RGB value is (160,36,158). Sum of RGB (Red+Green+Blue) = 160+36+158=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0249E is #5FDB61. Grayscale: #565656. Windows color (decimal): -6282082 or 10364064. OLE color: 10364064.

HSL color Cylindrical-coordinate representation of color #A0249E: hue angle of 300.97º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0249E is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16036158-
CMYK00.780.010.37
HSL300.97º63.27%38.43%-
HSV(B)300.97º77.5%62.75%-
XYZ21.311.233.39-
YUV86.98168.08180.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 36 (14.45% from 255) = 10.17%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=45.20%
G=10.17%
B=44.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603615800.780.010.37300.9763.2738.43
HexA0249E04E12512d3f26
Octal2404423601161454557746
Binary1010000010010010011110010011101100101100101101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0249E; }

 p { color: rgb(160,36,158); }

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

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

 a { background-color: rgb(160,36,158); }

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

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

 span { border-color: rgb(160,36,158); }

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