Html Css Color HEX #A060BE Deep Lilac

📋 copy color: '#A060BE'

red 160 ◦ green 96 ◦ blue 190

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

Shades of Deep Lilac #A060BE

Tints of Deep Lilac #A060BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 35.87%
G = 21.52%
B = 42.6%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A060BE (or 0xA060BE) is known color: Deep Lilac. HEX triplet: A0, 60 and BE. RGB value is (160,96,190). Sum of RGB (Red+Green+Blue) = 160+96+190=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #A060BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060BE is #5F9F41. Grayscale: #7D7D7D. Windows color (decimal): -6266690 or 12476576. OLE color: 12476576.

HSL color Cylindrical-coordinate representation of color #A060BE: hue angle of 280.85º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A060BE is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 96 190 -
CMYK 0.16 0.49 0 0.25
HSL 280.85º 0.42% 0.56% -
HSV(B) 280.85º 0.49% 0.75% -
XYZ 27.97 19.56 51.02 -
YUV 125.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 160 96 190 0.16 0.49 0 0.25 280.85 0.42 0.56
Hex A0 60 BE 10 31 0 19 119 2A 38
Octal 240 140 276 20 61 0 31 431 52 70
Binary 10100000 1100000 10111110 10000 110001 0 11001 100011001 101010 111000

Color Harmonies of #A060BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A060BE

Black with #A060BE

Text Example


Text Example

White with #A060BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A060BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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