#a367a9

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

Shades of Violet Blue #A367A9

Tints of Violet Blue #A367A9

Color information

#A367A9 (or 0xA367A9) is unknown color: approx Violet Blue. HEX triplet: A3, 67 and A9. RGB value is (163,103,169). Sum of RGB (Red+Green+Blue) = 163+103+169=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 169 - color contains mainly: blue. Hex color #A367A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A367A9 is #5C9856. Grayscale: #808080. Windows color (decimal): -6068311 or 11102115. OLE color: 11102115.

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

Color convert

RGB163103169-
CMYK0.040.3900.34
HSL294.55º27.73%53.33%-
HSV(B)294.55º39.05%66.27%-
XYZ27.1220.3540.04-
YUV128.46150.88152.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 103 (40.62% from 255) = 23.68%
BLUE value IS 169 (66.41% from 255) = 38.85%
R=37.47%
G=23.68%
B=38.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631031690.040.3900.34294.5527.7353.33
HexA367A94270221271c35
Octal2431472514470424473465
Binary10100011110011110101001100100111010001010010011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a367a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a367a9; }

 p { color: rgb(163,103,169); }

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

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

 a { background-color: rgb(163,103,169); }

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

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

 span { border-color: rgb(163,103,169); }

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