Html Css Color HEX #A842B1 Deep Lilac

📋 copy color: '#A842B1'

red 168 ◦ green 66 ◦ blue 177

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

Shades of Deep Lilac #A842B1

Tints of Deep Lilac #A842B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.07%

R = 40.88%
G = 16.06%
B = 43.07%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A842B1 (or 0xA842B1) is known color: Deep Lilac. HEX triplet: A8, 42 and B1. RGB value is (168,66,177). Sum of RGB (Red+Green+Blue) = 168+66+177=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 177 - color contains mainly: blue. Hex color #A842B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A842B1 is #57BD4E. Grayscale: #6C6C6C. Windows color (decimal): -5750095 or 11616936. OLE color: 11616936.

HSL color Cylindrical-coordinate representation of color #A842B1: hue angle of 295.14º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A842B1 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 66 177 -
CMYK 0.05 0.63 0 0.31
HSL 295.14º 0.46% 0.48% -
HSV(B) 295.14º 0.63% 0.69% -
XYZ 26.03 15.4 43.19 -
YUV 109.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 168 66 177 0.05 0.63 0 0.31 295.14 0.46 0.48
Hex A8 42 B1 5 3F 0 1F 127 2E 30
Octal 250 102 261 5 77 0 37 447 56 60
Binary 10101000 1000010 10110001 101 111111 0 11111 100100111 101110 110000

Color Harmonies of #A842B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842B1

Black with #A842B1

Text Example


Text Example

White with #A842B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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