Html Css Color HEX #A060B8 Deep Lilac

📋 copy color: '#A060B8'

red 160 ◦ green 96 ◦ blue 184

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

Shades of Deep Lilac #A060B8

Tints of Deep Lilac #A060B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.82%

R = 36.36%
G = 21.82%
B = 41.82%

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

#A060B8 (or 0xA060B8) is known color: Deep Lilac. HEX triplet: A0, 60 and B8. RGB value is (160,96,184). Sum of RGB (Red+Green+Blue) = 160+96+184=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 184 - color contains mainly: blue. Hex color #A060B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060B8 is #5F9F47. Grayscale: #7C7C7C. Windows color (decimal): -6266696 or 12083360. OLE color: 12083360.

HSL color Cylindrical-coordinate representation of color #A060B8: hue angle of 283.64º 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 #A060B8 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 96 184 -
CMYK 0.13 0.48 0 0.28
HSL 283.64º 0.38% 0.55% -
HSV(B) 283.64º 0.48% 0.72% -
XYZ 27.33 19.3 47.63 -
YUV 125.17 161.2 152.84 -
System Red Green Blue C M Y K H S L
Decimal 160 96 184 0.13 0.48 0 0.28 283.64 0.38 0.55
Hex A0 60 B8 D 30 0 1C 11C 26 37
Octal 240 140 270 15 60 0 34 434 46 67
Binary 10100000 1100000 10111000 1101 110000 0 11100 100011100 100110 110111

Color Harmonies of #A060B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A060B8

Black with #A060B8

Text Example


Text Example

White with #A060B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A060B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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