Html Css Color HEX #A341BA Deep Lilac

📋 copy color: '#A341BA'

red 163 ◦ green 65 ◦ blue 186

#A341BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A341BA

Tints of Deep Lilac #A341BA

RGB

 RED value IS 163 (64.06% from 255) = 39.37%

 GREEN value IS 65 (25.78% from 255) = 15.7%

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 39.37%
G = 15.7%
B = 44.93%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A341BA (or 0xA341BA) is known color: Deep Lilac. HEX triplet: A3, 41 and BA. RGB value is (163,65,186). Sum of RGB (Red+Green+Blue) = 163+65+186=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #A341BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341BA is #5CBE45. Grayscale: #6B6B6B. Windows color (decimal): -6078022 or 12206499. OLE color: 12206499.

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

Color convert

RGB 163 65 186 -
CMYK 0.12 0.65 0 0.27
HSL 288.6º 0.48% 0.49% -
HSV(B) 288.6º 0.65% 0.73% -
XYZ 25.86 15.11 48.01 -
YUV 108.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 163 65 186 0.12 0.65 0 0.27 288.6 0.48 0.49
Hex A3 41 BA C 41 0 1B 121 30 31
Octal 243 101 272 14 101 0 33 441 60 61
Binary 10100011 1000001 10111010 1100 1000001 0 11011 100100001 110000 110001

Color Harmonies of #A341BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341BA

Black with #A341BA

Text Example


Text Example

White with #A341BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341BA; }

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

 H1.HeaderClassName
 {
   color: #A341BA;
 }
 .AnyTagClassName
 {
   color: #A341BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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