#A35CAB

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

Shades of Violet Blue #A35CAB

Tints of Violet Blue #A35CAB

Color information

#A35CAB (or 0xA35CAB) is unknown color: approx Violet Blue. HEX triplet: A3, 5C and AB. RGB value is (163,92,171). Sum of RGB (Red+Green+Blue) = 163+92+171=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #A35CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35CAB is #5CA354. Grayscale: #797979. Windows color (decimal): -6071125 or 11230371. OLE color: 11230371.

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

Color convert

RGB16392171-
CMYK0.050.4600.33
HSL293.92º31.98%51.57%-
HSV(B)293.92º46.2%67.06%-
XYZ26.2818.3840.69-
YUV122.23155.52157.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=38.26%
G=21.60%
B=40.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163921710.050.4600.33293.9231.9851.57
HexA35CAB52E0211262034
Octal2431342535560414464064
Binary101000111011100101010111011011100100001100100110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35CAB; }

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

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

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

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

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

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

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

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