#A367A1

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

Shades of Violet Blue #A367A1

Tints of Violet Blue #A367A1

Color information

#A367A1 (or 0xA367A1) is unknown color: approx Violet Blue. HEX triplet: A3, 67 and A1. RGB value is (163,103,161). Sum of RGB (Red+Green+Blue) = 163+103+161=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A367A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A367A1 is #5C985E. Grayscale: #7F7F7F. Windows color (decimal): -6068319 or 10577827. OLE color: 10577827.

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

Color convert

RGB163103161-
CMYK00.370.010.36
HSL302º24.59%52.16%-
HSV(B)302º36.81%63.92%-
XYZ26.3920.0636.2-
YUV127.55146.88153.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 103 (40.62% from 255) = 24.12%
BLUE value IS 161 (63.28% from 255) = 37.70%
R=38.17%
G=24.12%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310316100.370.010.3630224.5952.16
HexA367A102512412e1934
Octal2431472410451444563164
Binary101000111100111101000010100101110010010010111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367A1; }

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

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

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

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

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

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

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

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