Html Css Color HEX #A060B7 Deep Lilac

📋 copy color: '#A060B7'

red 160 ◦ green 96 ◦ blue 183

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

Shades of Deep Lilac #A060B7

Tints of Deep Lilac #A060B7

RGB

 RED value IS 160 (62.89% from 255) = 36.45%

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

 BLUE value IS 183 (71.88% from 255) = 41.69%

R = 36.45%
G = 21.87%
B = 41.69%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A060B7 (or 0xA060B7) is known color: Deep Lilac. HEX triplet: A0, 60 and B7. RGB value is (160,96,183). Sum of RGB (Red+Green+Blue) = 160+96+183=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 183 - color contains mainly: blue. Hex color #A060B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060B7 is #5F9F48. Grayscale: #7C7C7C. Windows color (decimal): -6266697 or 12017824. OLE color: 12017824.

HSL color Cylindrical-coordinate representation of color #A060B7: hue angle of 284.14º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A060B7 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 96 183 -
CMYK 0.13 0.48 0 0.28
HSL 284.14º 0.38% 0.55% -
HSV(B) 284.14º 0.48% 0.72% -
XYZ 27.23 19.26 47.08 -
YUV 125.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 160 96 183 0.13 0.48 0 0.28 284.14 0.38 0.55
Hex A0 60 B7 D 30 0 1C 11C 26 37
Octal 240 140 267 15 60 0 34 434 46 67
Binary 10100000 1100000 10110111 1101 110000 0 11100 100011100 100110 110111

Color Harmonies of #A060B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A060B7

Black with #A060B7

Text Example


Text Example

White with #A060B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A060B7; }

 p { color: rgb(160,96,183); }

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

background-color css

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

 a { background-color: rgb(160,96,183); }

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

border-color css

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

 span { border-color: rgb(160,96,183); }

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