#A367AE

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

Shades of Violet Blue #A367AE

Tints of Violet Blue #A367AE

Color information

#A367AE (or 0xA367AE) is unknown color: approx Violet Blue. HEX triplet: A3, 67 and AE. RGB value is (163,103,174). Sum of RGB (Red+Green+Blue) = 163+103+174=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #A367AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A367AE is #5C9851. Grayscale: #808080. Windows color (decimal): -6068306 or 11429795. OLE color: 11429795.

HSL color Cylindrical-coordinate representation of color #A367AE: hue angle of 290.7º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A367AE is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163103174-
CMYK0.060.4100.32
HSL290.7º30.47%54.31%-
HSV(B)290.7º40.8%68.24%-
XYZ27.5920.5442.56-
YUV129.03153.38152.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 103 (40.62% from 255) = 23.41%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=37.05%
G=23.41%
B=39.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631031740.060.4100.32290.730.4754.31
HexA367AE6290201231e36
Octal2431472566510404433666
Binary10100011110011110101110110101001010000010010001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367AE; }

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

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

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

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

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

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

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

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