#A027A7

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

Shades of Vivid Violet #A027A7

Tints of Vivid Violet #A027A7

Color information

#A027A7 (or 0xA027A7) is unknown color: approx Vivid Violet. HEX triplet: A0, 27 and A7. RGB value is (160,39,167). Sum of RGB (Red+Green+Blue) = 160+39+167=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 167 - color contains mainly: blue. Hex color #A027A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A027A7 is #5FD858. Grayscale: #595959. Windows color (decimal): -6281305 or 10954656. OLE color: 10954656.

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

Color convert

RGB16039167-
CMYK0.040.7700.35
HSL296.72º62.14%40.39%-
HSV(B)296.72º76.65%65.49%-
XYZ22.211.7137.65-
YUV89.77171.59178.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 39 (15.62% from 255) = 10.66%
BLUE value IS 167 (65.62% from 255) = 45.63%
R=43.72%
G=10.66%
B=45.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160391670.040.7700.35296.7262.1440.39
HexA027A744D0231293e28
Octal2404724741150434517650
Binary101000001001111010011110010011010100011100101001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A027A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A027A7; }

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

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

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

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

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

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

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

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