#A360AF

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

Shades of Violet Blue #A360AF

Tints of Violet Blue #A360AF

Color information

#A360AF (or 0xA360AF) is unknown color: approx Violet Blue. HEX triplet: A3, 60 and AF. RGB value is (163,96,175). Sum of RGB (Red+Green+Blue) = 163+96+175=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #A360AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A360AF is #5C9F50. Grayscale: #7C7C7C. Windows color (decimal): -6070097 or 11493539. OLE color: 11493539.

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

Color convert

RGB16396175-
CMYK0.070.4500.31
HSL290.89º33.05%53.14%-
HSV(B)290.89º45.14%68.63%-
XYZ27.0219.2542.85-
YUV125.04156.2155.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.56%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=37.56%
G=22.12%
B=40.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163961750.070.4500.31290.8933.0553.14
HexA360AF72D01F1232135
Octal2431402577550374434165
Binary10100011110000010101111111101101011111100100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A360AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A360AF; }

 p { color: rgb(163,96,175); }

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

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

 a { background-color: rgb(163,96,175); }

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

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

 span { border-color: rgb(163,96,175); }

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