Html Css Color HEX #A760BA Deep Lilac

📋 copy color: '#A760BA'

red 167 ◦ green 96 ◦ blue 186

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

Shades of Deep Lilac #A760BA

Tints of Deep Lilac #A760BA

RGB

 RED value IS 167 (65.63% from 255) = 37.19%

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

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 37.19%
G = 21.38%
B = 41.43%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A760BA (or 0xA760BA) is known color: Deep Lilac. HEX triplet: A7, 60 and BA. RGB value is (167,96,186). Sum of RGB (Red+Green+Blue) = 167+96+186=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #A760BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760BA is #589F45. Grayscale: #7F7F7F. Windows color (decimal): -5807942 or 12214439. OLE color: 12214439.

HSL color Cylindrical-coordinate representation of color #A760BA: hue angle of 287.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A760BA is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 96 186 -
CMYK 0.10 0.48 0 0.27
HSL 287.33º 0.39% 0.55% -
HSV(B) 287.33º 0.48% 0.73% -
XYZ 28.98 20.13 48.81 -
YUV 127.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 167 96 186 0.10 0.48 0 0.27 287.33 0.39 0.55
Hex A7 60 BA A 30 0 1B 11F 27 37
Octal 247 140 272 12 60 0 33 437 47 67
Binary 10100111 1100000 10111010 1010 110000 0 11011 100011111 100111 110111

Color Harmonies of #A760BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A760BA

Black with #A760BA

Text Example


Text Example

White with #A760BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A760BA; }

 p { color: rgb(167,96,186); }

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

background-color css

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

 a { background-color: rgb(167,96,186); }

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

border-color css

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

 span { border-color: rgb(167,96,186); }

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