#A369A5

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

Shades of Violet Blue #A369A5

Tints of Violet Blue #A369A5

Color information

#A369A5 (or 0xA369A5) is unknown color: approx Violet Blue. HEX triplet: A3, 69 and A5. RGB value is (163,105,165). Sum of RGB (Red+Green+Blue) = 163+105+165=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 165 - color contains mainly: blue. Hex color #A369A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A369A5 is #5C965A. Grayscale: #818181. Windows color (decimal): -6067803 or 10840483. OLE color: 10840483.

HSL color Cylindrical-coordinate representation of color #A369A5: hue angle of 298º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A369A5 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB163105165-
CMYK0.010.3600.35
HSL298º25%52.94%-
HSV(B)298º36.36%64.71%-
XYZ26.9520.6138.15-
YUV129.18148.22152.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=37.64%
G=24.25%
B=38.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631051650.010.3600.352982552.94
HexA369A512402312a1935
Octal2431512451440434523165
Binary101000111101001101001011100100010001110010101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A369A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A369A5; }

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

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

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

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

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

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

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

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