#A35FAC

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

Shades of Violet Blue #A35FAC

Tints of Violet Blue #A35FAC

Color information

#A35FAC (or 0xA35FAC) is unknown color: approx Violet Blue. HEX triplet: A3, 5F and AC. RGB value is (163,95,172). Sum of RGB (Red+Green+Blue) = 163+95+172=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #A35FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35FAC is #5CA053. Grayscale: #7B7B7B. Windows color (decimal): -6070356 or 11296675. OLE color: 11296675.

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

Color convert

RGB16395172-
CMYK0.050.4500.33
HSL292.99º31.69%52.35%-
HSV(B)292.99º44.77%67.45%-
XYZ26.6418.9541.28-
YUV124.11155.03155.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 172 (67.58% from 255) = 40%
R=37.91%
G=22.09%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163951720.050.4500.33292.9931.6952.35
HexA35FAC52D0211252034
Octal2431372545550414454064
Binary101000111011111101011001011011010100001100100101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35FAC; }

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

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

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

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

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

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

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

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