Html Css Color HEX #A860B6 Deep Lilac

📋 copy color: '#A860B6'

red 168 ◦ green 96 ◦ blue 182

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

Shades of Deep Lilac #A860B6

Tints of Deep Lilac #A860B6

RGB

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

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

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

R = 37.67%
G = 21.52%
B = 40.81%

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

#A860B6 (or 0xA860B6) is known color: Deep Lilac. HEX triplet: A8, 60 and B6. RGB value is (168,96,182). Sum of RGB (Red+Green+Blue) = 168+96+182=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 182 - color contains mainly: blue. Hex color #A860B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860B6 is #579F49. Grayscale: #7F7F7F. Windows color (decimal): -5742410 or 11952296. OLE color: 11952296.

HSL color Cylindrical-coordinate representation of color #A860B6: hue angle of 290.23º 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 #A860B6 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 96 182 -
CMYK 0.08 0.47 0 0.29
HSL 290.23º 0.37% 0.55% -
HSV(B) 290.23º 0.47% 0.71% -
XYZ 28.77 20.07 46.61 -
YUV 127.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 168 96 182 0.08 0.47 0 0.29 290.23 0.37 0.55
Hex A8 60 B6 8 2F 0 1D 122 25 37
Octal 250 140 266 10 57 0 35 442 45 67
Binary 10101000 1100000 10110110 1000 101111 0 11101 100100010 100101 110111

Color Harmonies of #A860B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860B6

Black with #A860B6

Text Example


Text Example

White with #A860B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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