#A368AA

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

Shades of Violet Blue #A368AA

Tints of Violet Blue #A368AA

Color information

#A368AA (or 0xA368AA) is unknown color: approx Violet Blue. HEX triplet: A3, 68 and AA. RGB value is (163,104,170). Sum of RGB (Red+Green+Blue) = 163+104+170=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #A368AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A368AA is #5C9755. Grayscale: #808080. Windows color (decimal): -6068054 or 11167907. OLE color: 11167907.

HSL color Cylindrical-coordinate representation of color #A368AA: hue angle of 293.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A368AA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163104170-
CMYK0.040.3900.33
HSL293.64º27.97%53.73%-
HSV(B)293.64º38.82%66.67%-
XYZ27.3120.5940.56-
YUV129.16151.05152.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=37.30%
G=23.80%
B=38.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631041700.040.3900.33293.6427.9753.73
HexA368AA4270211261c36
Octal2431502524470414463466
Binary10100011110100010101010100100111010000110010011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A368AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A368AA; }

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

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

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

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

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

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

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

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