#a341b8

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

Shades of Deep Lilac #A341B8

Tints of Deep Lilac #A341B8

Color information

#A341B8 (or 0xA341B8) is unknown color: approx Deep Lilac. HEX triplet: A3, 41 and B8. RGB value is (163,65,184). Sum of RGB (Red+Green+Blue) = 163+65+184=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 184 - color contains mainly: blue. Hex color #A341B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341B8 is #5CBE47. Grayscale: #6B6B6B. Windows color (decimal): -6078024 or 12075427. OLE color: 12075427.

HSL color Cylindrical-coordinate representation of color #A341B8: hue angle of 289.41º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A341B8 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16365184-
CMYK0.110.6500.28
HSL289.41º47.79%48.82%-
HSV(B)289.41º64.67%72.16%-
XYZ25.6515.0346.9-
YUV107.87170.97167.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 184 (72.27% from 255) = 44.66%
R=39.56%
G=15.78%
B=44.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal163651840.110.6500.28289.4147.7948.82
HexA341B8B4101C1213031
Octal243101270131010344416061
Binary1010001110000011011100010111000001011100100100001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a341b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a341b8; }

 p { color: rgb(163,65,184); }

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

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

 a { background-color: rgb(163,65,184); }

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

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

 span { border-color: rgb(163,65,184); }

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