#A836A1

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

Shades of Violet Blue #A836A1

Tints of Violet Blue #A836A1

Color information

#A836A1 (or 0xA836A1) is unknown color: approx Violet Blue. HEX triplet: A8, 36 and A1. RGB value is (168,54,161). Sum of RGB (Red+Green+Blue) = 168+54+161=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A836A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A836A1 is #57C95E. Grayscale: #636363. Windows color (decimal): -5753183 or 10565288. OLE color: 10565288.

HSL color Cylindrical-coordinate representation of color #A836A1: hue angle of 303.68º 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 #A836A1 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB16854161-
CMYK00.680.040.34
HSL303.68º51.35%43.53%-
HSV(B)303.68º67.86%65.88%-
XYZ23.913.5435.07-
YUV100.28162.27176.3-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685416100.680.040.34303.6851.3543.53
HexA836A1044422130332c
Octal2506624101044424606354
Binary101010001101101010000101000100100100010100110000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A836A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A836A1; }

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

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

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

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

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

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

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

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