#A36CAB

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

Shades of Violet Blue #A36CAB

Tints of Violet Blue #A36CAB

Color information

#A36CAB (or 0xA36CAB) is unknown color: approx Violet Blue. HEX triplet: A3, 6C and AB. RGB value is (163,108,171). Sum of RGB (Red+Green+Blue) = 163+108+171=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #A36CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36CAB is #5C9354. Grayscale: #838383. Windows color (decimal): -6067029 or 11234467. OLE color: 11234467.

HSL color Cylindrical-coordinate representation of color #A36CAB: hue angle of 292.38º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A36CAB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163108171-
CMYK0.050.3700.33
HSL292.38º27.27%54.71%-
HSV(B)292.38º36.84%67.06%-
XYZ27.8221.4541.2-
YUV131.63150.22150.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 108 (42.58% from 255) = 24.43%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=36.88%
G=24.43%
B=38.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631081710.050.3700.33292.3827.2754.71
HexA36CAB5250211241b37
Octal2431542535450414443367
Binary10100011110110010101011101100101010000110010010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36CAB; }

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

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

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

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

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

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

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

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