#A368AF

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

Shades of Violet Blue #A368AF

Tints of Violet Blue #A368AF

Color information

#A368AF (or 0xA368AF) is unknown color: approx Violet Blue. HEX triplet: A3, 68 and AF. RGB value is (163,104,175). Sum of RGB (Red+Green+Blue) = 163+104+175=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #A368AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A368AF is #5C9750. Grayscale: #818181. Windows color (decimal): -6068049 or 11495587. OLE color: 11495587.

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

Color convert

RGB163104175-
CMYK0.070.4100.31
HSL289.86º30.74%54.71%-
HSV(B)289.86º40.57%68.63%-
XYZ27.7920.7843.1-
YUV129.73153.55151.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 104 (41.02% from 255) = 23.53%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=36.88%
G=23.53%
B=39.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631041750.070.4100.31289.8630.7454.71
HexA368AF72901F1221f37
Octal2431502577510374423767
Binary1010001111010001010111111110100101111110010001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A368AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A368AF; }

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

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

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

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

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

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

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

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