#A367B1

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

Shades of Violet Blue #A367B1

Tints of Violet Blue #A367B1

Color information

#A367B1 (or 0xA367B1) is unknown color: approx Violet Blue. HEX triplet: A3, 67 and B1. RGB value is (163,103,177). Sum of RGB (Red+Green+Blue) = 163+103+177=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 177 - color contains mainly: blue. Hex color #A367B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A367B1 is #5C984E. Grayscale: #818181. Windows color (decimal): -6068303 or 11626403. OLE color: 11626403.

HSL color Cylindrical-coordinate representation of color #A367B1: hue angle of 288.65º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A367B1 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB163103177-
CMYK0.080.4200.31
HSL288.65º32.17%54.9%-
HSV(B)288.65º41.81%69.41%-
XYZ27.8920.6644.11-
YUV129.38154.88151.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.79%
GREEN value IS 103 (40.62% from 255) = 23.25%
BLUE value IS 177 (69.53% from 255) = 39.95%
R=36.79%
G=23.25%
B=39.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631031770.080.4200.31288.6532.1754.9
HexA367B182A01F1212037
Octal24314726110520374414067
Binary101000111100111101100011000101010011111100100001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367B1; }

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

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

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

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

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

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

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

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