Html Css Color HEX #A842BA Deep Lilac

📋 copy color: '#A842BA'

red 168 ◦ green 66 ◦ blue 186

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

Shades of Deep Lilac #A842BA

Tints of Deep Lilac #A842BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

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

R = 40%
G = 15.71%
B = 44.29%

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

#A842BA (or 0xA842BA) is known color: Deep Lilac. HEX triplet: A8, 42 and BA. RGB value is (168,66,186). Sum of RGB (Red+Green+Blue) = 168+66+186=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #A842BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842BA is #57BD45. Grayscale: #6D6D6D. Windows color (decimal): -5750086 or 12206760. OLE color: 12206760.

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

Color convert

RGB 168 66 186 -
CMYK 0.10 0.65 0 0.27
HSL 291º 0.48% 0.49% -
HSV(B) 291º 0.65% 0.73% -
XYZ 26.96 15.77 48.08 -
YUV 110.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 168 66 186 0.10 0.65 0 0.27 291 0.48 0.49
Hex A8 42 BA A 41 0 1B 123 30 31
Octal 250 102 272 12 101 0 33 443 60 61
Binary 10101000 1000010 10111010 1010 1000001 0 11011 100100011 110000 110001

Color Harmonies of #A842BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842BA

Black with #A842BA

Text Example


Text Example

White with #A842BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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