#A35FAB

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

Shades of Violet Blue #A35FAB

Tints of Violet Blue #A35FAB

Color information

#A35FAB (or 0xA35FAB) is unknown color: approx Violet Blue. HEX triplet: A3, 5F and AB. RGB value is (163,95,171). Sum of RGB (Red+Green+Blue) = 163+95+171=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #A35FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35FAB is #5CA054. Grayscale: #7B7B7B. Windows color (decimal): -6070357 or 11231139. OLE color: 11231139.

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

Color convert

RGB16395171-
CMYK0.050.4400.33
HSL293.68º31.15%52.16%-
HSV(B)293.68º44.44%67.06%-
XYZ26.5518.9140.78-
YUV124154.53155.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.00%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=38.00%
G=22.14%
B=39.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163951710.050.4400.33293.6831.1552.16
HexA35FAB52C0211261f34
Octal2431372535540414463764
Binary10100011101111110101011101101100010000110010011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35FAB; }

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

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

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

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

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

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

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

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