#A367AF

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

Shades of Violet Blue #A367AF

Tints of Violet Blue #A367AF

Color information

#A367AF (or 0xA367AF) is unknown color: approx Violet Blue. HEX triplet: A3, 67 and AF. RGB value is (163,103,175). Sum of RGB (Red+Green+Blue) = 163+103+175=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #A367AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A367AF is #5C9850. Grayscale: #808080. Windows color (decimal): -6068305 or 11495331. OLE color: 11495331.

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

Color convert

RGB163103175-
CMYK0.070.4100.31
HSL290º31.03%54.51%-
HSV(B)290º41.14%68.63%-
XYZ27.6920.5843.07-
YUV129.15153.88152.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=36.96%
G=23.36%
B=39.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631031750.070.4100.3129031.0354.51
HexA367AF72901F1221f37
Octal2431472577510374423767
Binary1010001111001111010111111110100101111110010001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367AF; }

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

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

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

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

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

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

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

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