Html Css Color HEX #A861B6 Deep Lilac

📋 copy color: '#A861B6'

red 168 ◦ green 97 ◦ blue 182

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

Shades of Deep Lilac #A861B6

Tints of Deep Lilac #A861B6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.7%

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

R = 37.58%
G = 21.7%
B = 40.72%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A861B6 (or 0xA861B6) is known color: Deep Lilac. HEX triplet: A8, 61 and B6. RGB value is (168,97,182). Sum of RGB (Red+Green+Blue) = 168+97+182=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 182 - color contains mainly: blue. Hex color #A861B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861B6 is #579E49. Grayscale: #7F7F7F. Windows color (decimal): -5742154 or 11952552. OLE color: 11952552.

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

Color convert

RGB 168 97 182 -
CMYK 0.08 0.47 0 0.29
HSL 290.12º 0.37% 0.55% -
HSV(B) 290.12º 0.47% 0.71% -
XYZ 28.87 20.25 46.64 -
YUV 127.92 158.52 156.59 -
System Red Green Blue C M Y K H S L
Decimal 168 97 182 0.08 0.47 0 0.29 290.12 0.37 0.55
Hex A8 61 B6 8 2F 0 1D 122 25 37
Octal 250 141 266 10 57 0 35 442 45 67
Binary 10101000 1100001 10110110 1000 101111 0 11101 100100010 100101 110111

Color Harmonies of #A861B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A861B6

Black with #A861B6

Text Example


Text Example

White with #A861B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A861B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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