#A367AD

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

Shades of Violet Blue #A367AD

Tints of Violet Blue #A367AD

Color information

#A367AD (or 0xA367AD) is unknown color: approx Violet Blue. HEX triplet: A3, 67 and AD. RGB value is (163,103,173). Sum of RGB (Red+Green+Blue) = 163+103+173=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #A367AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A367AD is #5C9852. Grayscale: #808080. Windows color (decimal): -6068307 or 11364259. OLE color: 11364259.

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

Color convert

RGB163103173-
CMYK0.060.4000.32
HSL291.43º29.91%54.12%-
HSV(B)291.43º40.46%67.84%-
XYZ27.520.542.04-
YUV128.92152.88152.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=37.13%
G=23.46%
B=39.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631031730.060.4000.32291.4329.9154.12
HexA367AD6280201231e36
Octal2431472556500404433666
Binary10100011110011110101101110101000010000010010001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367AD; }

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

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

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

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

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

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

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

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