#A136A8

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

Shades of Vivid Violet #A136A8

Tints of Vivid Violet #A136A8

Color information

#A136A8 (or 0xA136A8) is unknown color: approx Vivid Violet. HEX triplet: A1, 36 and A8. RGB value is (161,54,168). Sum of RGB (Red+Green+Blue) = 161+54+168=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 168 - color contains mainly: blue. Hex color #A136A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A136A8 is #5EC957. Grayscale: #626262. Windows color (decimal): -6211928 or 11024033. OLE color: 11024033.

HSL color Cylindrical-coordinate representation of color #A136A8: hue angle of 296.32º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A136A8 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16154168-
CMYK0.040.6800.34
HSL296.32º51.35%43.53%-
HSV(B)296.32º67.86%65.88%-
XYZ23.0813.0438.35-
YUV98.99166.95172.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 54 (21.48% from 255) = 14.10%
BLUE value IS 168 (66.02% from 255) = 43.86%
R=42.04%
G=14.10%
B=43.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161541680.040.6800.34296.3251.3543.53
HexA136A8444022128332c
Octal2416625041040424506354
Binary101000011101101010100010010001000100010100101000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A136A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A136A8; }

 p { color: rgb(161,54,168); }

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

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

 a { background-color: rgb(161,54,168); }

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

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

 span { border-color: rgb(161,54,168); }

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