Html Css Color HEX #A842B6 Deep Lilac

📋 copy color: '#A842B6'

red 168 ◦ green 66 ◦ blue 182

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

Shades of Deep Lilac #A842B6

Tints of Deep Lilac #A842B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.75%

R = 40.38%
G = 15.87%
B = 43.75%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A842B6 (or 0xA842B6) is known color: Deep Lilac. HEX triplet: A8, 42 and B6. RGB value is (168,66,182). Sum of RGB (Red+Green+Blue) = 168+66+182=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 182 - color contains mainly: blue. Hex color #A842B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842B6 is #57BD49. Grayscale: #6D6D6D. Windows color (decimal): -5750090 or 11944616. OLE color: 11944616.

HSL color Cylindrical-coordinate representation of color #A842B6: hue angle of 292.76º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A842B6 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 66 182 -
CMYK 0.08 0.64 0 0.29
HSL 292.76º 0.47% 0.49% -
HSV(B) 292.76º 0.64% 0.71% -
XYZ 26.54 15.6 45.87 -
YUV 109.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 168 66 182 0.08 0.64 0 0.29 292.76 0.47 0.49
Hex A8 42 B6 8 40 0 1D 125 2F 31
Octal 250 102 266 10 100 0 35 445 57 61
Binary 10101000 1000010 10110110 1000 1000000 0 11101 100100101 101111 110001

Color Harmonies of #A842B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842B6

Black with #A842B6

Text Example


Text Example

White with #A842B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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