#a369a4

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

Shades of Violet Blue #A369A4

Tints of Violet Blue #A369A4

Color information

#A369A4 (or 0xA369A4) is unknown color: approx Violet Blue. HEX triplet: A3, 69 and A4. RGB value is (163,105,164). Sum of RGB (Red+Green+Blue) = 163+105+164=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 164 - color contains mainly: blue. Hex color #A369A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A369A4 is #5C965B. Grayscale: #808080. Windows color (decimal): -6067804 or 10774947. OLE color: 10774947.

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

Color convert

RGB163105164-
CMYK0.010.3600.36
HSL298.98º24.48%52.75%-
HSV(B)298.98º35.98%64.31%-
XYZ26.8620.5737.68-
YUV129.07147.72152.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 164 (64.45% from 255) = 37.96%
R=37.73%
G=24.31%
B=37.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631051640.010.3600.36298.9824.4852.75
HexA369A412402412b1835
Octal2431512441440444533065
Binary101000111101001101001001100100010010010010101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a369a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a369a4; }

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

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

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

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

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

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

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

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