#A35AAB

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

Shades of Violet Blue #A35AAB

Tints of Violet Blue #A35AAB

Color information

#A35AAB (or 0xA35AAB) is unknown color: approx Violet Blue. HEX triplet: A3, 5A and AB. RGB value is (163,90,171). Sum of RGB (Red+Green+Blue) = 163+90+171=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #A35AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35AAB is #5CA554. Grayscale: #787878. Windows color (decimal): -6071637 or 11229859. OLE color: 11229859.

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

Color convert

RGB16390171-
CMYK0.050.4700.33
HSL294.07º32.53%51.18%-
HSV(B)294.07º47.37%67.06%-
XYZ26.1118.0440.63-
YUV121.06156.18157.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=38.44%
G=21.23%
B=40.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163901710.050.4700.33294.0732.5351.18
HexA35AAB52F0211262133
Octal2431322535570414464163
Binary101000111011010101010111011011110100001100100110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35AAB; }

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

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

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

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

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

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

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

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