Html Css Color HEX #A861BC Deep Lilac

📋 copy color: '#A861BC'

red 168 ◦ green 97 ◦ blue 188

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

Shades of Deep Lilac #A861BC

Tints of Deep Lilac #A861BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 37.09%
G = 21.41%
B = 41.5%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A861BC (or 0xA861BC) is known color: Deep Lilac. HEX triplet: A8, 61 and BC. RGB value is (168,97,188). Sum of RGB (Red+Green+Blue) = 168+97+188=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #A861BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861BC is #579E43. Grayscale: #808080. Windows color (decimal): -5742148 or 12345768. OLE color: 12345768.

HSL color Cylindrical-coordinate representation of color #A861BC: hue angle of 286.81º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A861BC is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 97 188 -
CMYK 0.11 0.48 0 0.26
HSL 286.81º 0.4% 0.56% -
HSV(B) 286.81º 0.48% 0.74% -
XYZ 29.5 20.51 49.98 -
YUV 128.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 168 97 188 0.11 0.48 0 0.26 286.81 0.4 0.56
Hex A8 61 BC B 30 0 1A 11F 28 38
Octal 250 141 274 13 60 0 32 437 50 70
Binary 10101000 1100001 10111100 1011 110000 0 11010 100011111 101000 111000

Color Harmonies of #A861BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A861BC

Black with #A861BC

Text Example


Text Example

White with #A861BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A861BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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