Html Css Color HEX #A841BA Deep Lilac

📋 copy color: '#A841BA'

red 168 ◦ green 65 ◦ blue 186

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

Shades of Deep Lilac #A841BA

Tints of Deep Lilac #A841BA

RGB

 RED value IS 168 (66.02% from 255) = 40.1%

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

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

R = 40.1%
G = 15.51%
B = 44.39%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A841BA (or 0xA841BA) is known color: Deep Lilac. HEX triplet: A8, 41 and BA. RGB value is (168,65,186). Sum of RGB (Red+Green+Blue) = 168+65+186=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #A841BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841BA is #57BE45. Grayscale: #6D6D6D. Windows color (decimal): -5750342 or 12206504. OLE color: 12206504.

HSL color Cylindrical-coordinate representation of color #A841BA: hue angle of 291.07º 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 #A841BA is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 65 186 -
CMYK 0.10 0.65 0 0.27
HSL 291.07º 0.48% 0.49% -
HSV(B) 291.07º 0.65% 0.73% -
XYZ 26.9 15.65 48.06 -
YUV 109.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 168 65 186 0.10 0.65 0 0.27 291.07 0.48 0.49
Hex A8 41 BA A 41 0 1B 123 30 31
Octal 250 101 272 12 101 0 33 443 60 61
Binary 10101000 1000001 10111010 1010 1000001 0 11011 100100011 110000 110001

Color Harmonies of #A841BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841BA

Black with #A841BA

Text Example


Text Example

White with #A841BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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