#A367BC

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

Shades of Deep Lilac #A367BC

Tints of Deep Lilac #A367BC

Color information

#A367BC (or 0xA367BC) is unknown color: approx Deep Lilac. HEX triplet: A3, 67 and BC. RGB value is (163,103,188). Sum of RGB (Red+Green+Blue) = 163+103+188=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #A367BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367BC is #5C9843. Grayscale: #828282. Windows color (decimal): -6068292 or 12347299. OLE color: 12347299.

HSL color Cylindrical-coordinate representation of color #A367BC: hue angle of 282.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A367BC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163103188-
CMYK0.130.4500.26
HSL282.35º38.81%57.06%-
HSV(B)282.35º45.21%73.73%-
XYZ29.0321.1250.12-
YUV130.63160.38151.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 103 (40.62% from 255) = 22.69%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=35.90%
G=22.69%
B=41.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631031880.130.4500.26282.3538.8157.06
HexA367BCD2D01A11a2739
Octal24314727415550324324771
Binary101000111100111101111001101101101011010100011010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A367BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A367BC; }

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

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

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

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

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

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

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

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