#A369AD

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

Shades of Violet Blue #A369AD

Tints of Violet Blue #A369AD

Color information

#A369AD (or 0xA369AD) is unknown color: approx Violet Blue. HEX triplet: A3, 69 and AD. RGB value is (163,105,173). Sum of RGB (Red+Green+Blue) = 163+105+173=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #A369AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A369AD is #5C9652. Grayscale: #818181. Windows color (decimal): -6067795 or 11364771. OLE color: 11364771.

HSL color Cylindrical-coordinate representation of color #A369AD: hue angle of 291.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A369AD is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163105173-
CMYK0.060.3900.32
HSL291.18º29.31%54.51%-
HSV(B)291.18º39.31%67.84%-
XYZ27.720.9142.11-
YUV130.09152.22151.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=36.96%
G=23.81%
B=39.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631051730.060.3900.32291.1829.3154.51
HexA369AD6270201231d37
Octal2431512556470404433567
Binary10100011110100110101101110100111010000010010001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A369AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A369AD; }

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

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

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

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

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

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

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

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