#A35DA8

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

Shades of Violet Blue #A35DA8

Tints of Violet Blue #A35DA8

Color information

#A35DA8 (or 0xA35DA8) is unknown color: approx Violet Blue. HEX triplet: A3, 5D and A8. RGB value is (163,93,168). Sum of RGB (Red+Green+Blue) = 163+93+168=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 168 - color contains mainly: blue. Hex color #A35DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35DA8 is #5CA257. Grayscale: #7A7A7A. Windows color (decimal): -6070872 or 11034019. OLE color: 11034019.

HSL color Cylindrical-coordinate representation of color #A35DA8: hue angle of 296º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35DA8 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16393168-
CMYK0.030.4500.34
HSL296º30.12%51.18%-
HSV(B)296º44.64%65.88%-
XYZ26.0918.4439.23-
YUV122.48153.69156.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 93 (36.72% from 255) = 21.93%
BLUE value IS 168 (66.02% from 255) = 39.62%
R=38.44%
G=21.93%
B=39.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal163931680.030.4500.3429630.1251.18
HexA35DA832D0221281e33
Octal2431352503550424503663
Binary1010001110111011010100011101101010001010010100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35DA8; }

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

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

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

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

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

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

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

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