#A369AA

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

Shades of Violet Blue #A369AA

Tints of Violet Blue #A369AA

Color information

#A369AA (or 0xA369AA) is unknown color: approx Violet Blue. HEX triplet: A3, 69 and AA. RGB value is (163,105,170). Sum of RGB (Red+Green+Blue) = 163+105+170=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #A369AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A369AA is #5C9655. Grayscale: #818181. Windows color (decimal): -6067798 or 11168163. OLE color: 11168163.

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

Color convert

RGB163105170-
CMYK0.040.3800.33
HSL293.54º27.66%53.92%-
HSV(B)293.54º38.24%66.67%-
XYZ27.4120.7940.6-
YUV129.75150.72151.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=37.21%
G=23.97%
B=38.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631051700.040.3800.33293.5427.6653.92
HexA369AA4260211261c36
Octal2431512524460414463466
Binary10100011110100110101010100100110010000110010011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A369AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A369AA; }

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

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

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

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

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

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

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

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