Html Css Color HEX #A060BC Deep Lilac

📋 copy color: '#A060BC'

red 160 ◦ green 96 ◦ blue 188

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

Shades of Deep Lilac #A060BC

Tints of Deep Lilac #A060BC

RGB

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

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

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

R = 36.04%
G = 21.62%
B = 42.34%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A060BC (or 0xA060BC) is known color: Deep Lilac. HEX triplet: A0, 60 and BC. RGB value is (160,96,188). Sum of RGB (Red+Green+Blue) = 160+96+188=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #A060BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060BC is #5F9F43. Grayscale: #7D7D7D. Windows color (decimal): -6266692 or 12345504. OLE color: 12345504.

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

Color convert

RGB 160 96 188 -
CMYK 0.15 0.49 0 0.26
HSL 281.74º 0.41% 0.56% -
HSV(B) 281.74º 0.49% 0.74% -
XYZ 27.76 19.47 49.87 -
YUV 125.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 160 96 188 0.15 0.49 0 0.26 281.74 0.41 0.56
Hex A0 60 BC F 31 0 1A 11A 29 38
Octal 240 140 274 17 61 0 32 432 51 70
Binary 10100000 1100000 10111100 1111 110001 0 11010 100011010 101001 111000

Color Harmonies of #A060BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A060BC

Black with #A060BC

Text Example


Text Example

White with #A060BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A060BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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