#A35BB0

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

Shades of Violet Blue #A35BB0

Tints of Violet Blue #A35BB0

Color information

#A35BB0 (or 0xA35BB0) is unknown color: approx Violet Blue. HEX triplet: A3, 5B and B0. RGB value is (163,91,176). Sum of RGB (Red+Green+Blue) = 163+91+176=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 176 - color contains mainly: blue. Hex color #A35BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35BB0 is #5CA44F. Grayscale: #797979. Windows color (decimal): -6071376 or 11557795. OLE color: 11557795.

HSL color Cylindrical-coordinate representation of color #A35BB0: hue angle of 290.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35BB0 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16391176-
CMYK0.070.4800.31
HSL290.82º34.98%52.35%-
HSV(B)290.82º48.3%69.02%-
XYZ26.6818.443.22-
YUV122.22158.35157.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 91 (35.94% from 255) = 21.16%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=37.91%
G=21.16%
B=40.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163911760.070.4800.31290.8234.9852.35
HexA35BB073001F1232334
Octal2431332607600374434364
Binary10100011101101110110000111110000011111100100011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35BB0; }

 p { color: rgb(163,91,176); }

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

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

 a { background-color: rgb(163,91,176); }

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

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

 span { border-color: rgb(163,91,176); }

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