#A35DAB

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

Shades of Violet Blue #A35DAB

Tints of Violet Blue #A35DAB

Color information

#A35DAB (or 0xA35DAB) is unknown color: approx Violet Blue. HEX triplet: A3, 5D and AB. RGB value is (163,93,171). Sum of RGB (Red+Green+Blue) = 163+93+171=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #A35DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35DAB is #5CA254. Grayscale: #7A7A7A. Windows color (decimal): -6070869 or 11230627. OLE color: 11230627.

HSL color Cylindrical-coordinate representation of color #A35DAB: hue angle of 293.85º 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 #A35DAB is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16393171-
CMYK0.050.4600.33
HSL293.85º31.71%51.76%-
HSV(B)293.85º45.61%67.06%-
XYZ26.3718.5640.72-
YUV122.82155.19156.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=38.17%
G=21.78%
B=40.05%

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
Decimal163931710.050.4600.33293.8531.7151.76
HexA35DAB52E0211262034
Octal2431352535560414464064
Binary101000111011101101010111011011100100001100100110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35DAB; }

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

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

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

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

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

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

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

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