#A35FAA

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

Shades of Violet Blue #A35FAA

Tints of Violet Blue #A35FAA

Color information

#A35FAA (or 0xA35FAA) is unknown color: approx Violet Blue. HEX triplet: A3, 5F and AA. RGB value is (163,95,170). Sum of RGB (Red+Green+Blue) = 163+95+170=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #A35FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35FAA is #5CA055. Grayscale: #7B7B7B. Windows color (decimal): -6070358 or 11165603. OLE color: 11165603.

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

Color convert

RGB16395170-
CMYK0.040.4400.33
HSL294.4º30.61%51.96%-
HSV(B)294.4º44.12%66.67%-
XYZ26.4518.8740.28-
YUV123.88154.03155.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 95 (37.5% from 255) = 22.20%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=38.08%
G=22.20%
B=39.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163951700.040.4400.33294.430.6151.96
HexA35FAA42C0211261f34
Octal2431372524540414463764
Binary10100011101111110101010100101100010000110010011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35FAA; }

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

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

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

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

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

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

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

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