#A36CA4

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

Shades of Violet Blue #A36CA4

Tints of Violet Blue #A36CA4

Color information

#A36CA4 (or 0xA36CA4) is unknown color: approx Violet Blue. HEX triplet: A3, 6C and A4. RGB value is (163,108,164). Sum of RGB (Red+Green+Blue) = 163+108+164=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #A36CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36CA4 is #5C935B. Grayscale: #828282. Windows color (decimal): -6067036 or 10775715. OLE color: 10775715.

HSL color Cylindrical-coordinate representation of color #A36CA4: hue angle of 298.93º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A36CA4 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB163108164-
CMYK0.010.3400.36
HSL298.93º23.53%53.33%-
HSV(B)298.93º34.15%64.31%-
XYZ27.1721.1937.78-
YUV130.83146.72150.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 164 (64.45% from 255) = 37.70%
R=37.47%
G=24.83%
B=37.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631081640.010.3400.36298.9323.5353.33
HexA36CA412202412b1835
Octal2431542441420444533065
Binary101000111101100101001001100010010010010010101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36CA4; }

 p { color: rgb(163,108,164); }

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

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

 a { background-color: rgb(163,108,164); }

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

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

 span { border-color: rgb(163,108,164); }

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