#A0279C

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

Shades of Vivid Violet #A0279C

Tints of Vivid Violet #A0279C

Color information

#A0279C (or 0xA0279C) is unknown color: approx Vivid Violet. HEX triplet: A0, 27 and 9C. RGB value is (160,39,156). Sum of RGB (Red+Green+Blue) = 160+39+156=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0279C is #5FD863. Grayscale: #585858. Windows color (decimal): -6281316 or 10233760. OLE color: 10233760.

HSL color Cylindrical-coordinate representation of color #A0279C: hue angle of 301.98º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0279C is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16039156-
CMYK00.760.020.37
HSL301.98º60.8%39.02%-
HSV(B)301.98º75.63%62.75%-
XYZ21.2211.3232.52-
YUV88.52166.09178.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 39 (15.62% from 255) = 10.99%
BLUE value IS 156 (61.33% from 255) = 43.94%
R=45.07%
G=10.99%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603915600.760.020.37301.9860.839.02
HexA0279C04C22512e3d27
Octal2404723401142454567547
Binary10100000100111100111000100110010100101100101110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0279C; }

 p { color: rgb(160,39,156); }

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

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

 a { background-color: rgb(160,39,156); }

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

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

 span { border-color: rgb(160,39,156); }

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