#A367BE

Color #A367BE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A367BE

Tints of Deep Lilac #A367BE

Color information

#A367BE (or 0xA367BE) is unknown color: approx Deep Lilac. HEX triplet: A3, 67 and BE. RGB value is (163,103,190). Sum of RGB (Red+Green+Blue) = 163+103+190=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #A367BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367BE is #5C9841. Grayscale: #828282. Windows color (decimal): -6068290 or 12478371. OLE color: 12478371.

HSL color Cylindrical-coordinate representation of color #A367BE: hue angle of 281.38º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A367BE is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163103190-
CMYK0.140.4600.25
HSL281.38º40.09%57.45%-
HSV(B)281.38º45.79%74.51%-
XYZ29.2521.251.27-
YUV130.86161.38150.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 103 (40.62% from 255) = 22.59%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=35.75%
G=22.59%
B=41.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631031900.140.4600.25281.3840.0957.45
HexA367BEE2E0191192839
Octal24314727616560314315071
Binary101000111100111101111101110101110011001100011001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367BE; }

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

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

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

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

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

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

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

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