Html Css Color HEX #A860B5 Deep Lilac

📋 copy color: '#A860B5'

red 168 ◦ green 96 ◦ blue 181

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

Shades of Deep Lilac #A860B5

Tints of Deep Lilac #A860B5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.57%

 BLUE value IS 181 (71.09% from 255) = 40.67%

R = 37.75%
G = 21.57%
B = 40.67%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A860B5 (or 0xA860B5) is known color: Deep Lilac. HEX triplet: A8, 60 and B5. RGB value is (168,96,181). Sum of RGB (Red+Green+Blue) = 168+96+181=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 181 - color contains mainly: blue. Hex color #A860B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860B5 is #579F4A. Grayscale: #7E7E7E. Windows color (decimal): -5742411 or 11886760. OLE color: 11886760.

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

Color convert

RGB 168 96 181 -
CMYK 0.07 0.47 0 0.29
HSL 290.82º 0.36% 0.54% -
HSV(B) 290.82º 0.47% 0.71% -
XYZ 28.67 20.03 46.07 -
YUV 127.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 168 96 181 0.07 0.47 0 0.29 290.82 0.36 0.54
Hex A8 60 B5 7 2F 0 1D 123 24 36
Octal 250 140 265 7 57 0 35 443 44 66
Binary 10101000 1100000 10110101 111 101111 0 11101 100100011 100100 110110

Color Harmonies of #A860B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860B5

Black with #A860B5

Text Example


Text Example

White with #A860B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860B5; }

 p { color: rgb(168,96,181); }

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

background-color css

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

 a { background-color: rgb(168,96,181); }

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

border-color css

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

 span { border-color: rgb(168,96,181); }

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