#A367A7

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

Shades of Violet Blue #A367A7

Tints of Violet Blue #A367A7

Color information

#A367A7 (or 0xA367A7) is unknown color: approx Violet Blue. HEX triplet: A3, 67 and A7. RGB value is (163,103,167). Sum of RGB (Red+Green+Blue) = 163+103+167=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 167 - color contains mainly: blue. Hex color #A367A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A367A7 is #5C9858. Grayscale: #808080. Windows color (decimal): -6068313 or 10971043. OLE color: 10971043.

HSL color Cylindrical-coordinate representation of color #A367A7: hue angle of 296.25º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A367A7 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB163103167-
CMYK0.020.3800.35
HSL296.25º26.67%52.94%-
HSV(B)296.25º38.32%65.49%-
XYZ26.9320.2839.05-
YUV128.24149.88152.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 167 (65.62% from 255) = 38.57%
R=37.64%
G=23.79%
B=38.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631031670.020.3800.35296.2526.6752.94
HexA367A72260231281b35
Octal2431472472460434503365
Binary1010001111001111010011110100110010001110010100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367A7; }

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

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

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

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

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

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

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

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