Html Css Color HEX #A842BB Deep Lilac

📋 copy color: '#A842BB'

red 168 ◦ green 66 ◦ blue 187

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

Shades of Deep Lilac #A842BB

Tints of Deep Lilac #A842BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 39.9%
G = 15.68%
B = 44.42%

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

#A842BB (or 0xA842BB) is known color: Deep Lilac. HEX triplet: A8, 42 and BB. RGB value is (168,66,187). Sum of RGB (Red+Green+Blue) = 168+66+187=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #A842BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842BB is #57BD44. Grayscale: #6D6D6D. Windows color (decimal): -5750085 or 12272296. OLE color: 12272296.

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

Color convert

RGB 168 66 187 -
CMYK 0.10 0.65 0 0.27
HSL 290.58º 0.48% 0.5% -
HSV(B) 290.58º 0.65% 0.73% -
XYZ 27.07 15.81 48.64 -
YUV 110.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 168 66 187 0.10 0.65 0 0.27 290.58 0.48 0.5
Hex A8 42 BB A 41 0 1B 123 30 32
Octal 250 102 273 12 101 0 33 443 60 62
Binary 10101000 1000010 10111011 1010 1000001 0 11011 100100011 110000 110010

Color Harmonies of #A842BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842BB

Black with #A842BB

Text Example


Text Example

White with #A842BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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