Html Css Color HEX #A760BD Deep Lilac

📋 copy color: '#A760BD'

red 167 ◦ green 96 ◦ blue 189

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

Shades of Deep Lilac #A760BD

Tints of Deep Lilac #A760BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 36.95%
G = 21.24%
B = 41.81%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A760BD (or 0xA760BD) is known color: Deep Lilac. HEX triplet: A7, 60 and BD. RGB value is (167,96,189). Sum of RGB (Red+Green+Blue) = 167+96+189=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #A760BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760BD is #589F42. Grayscale: #7F7F7F. Windows color (decimal): -5807939 or 12411047. OLE color: 12411047.

HSL color Cylindrical-coordinate representation of color #A760BD: hue angle of 285.81º 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 #A760BD is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 96 189 -
CMYK 0.12 0.49 0 0.26
HSL 285.81º 0.41% 0.56% -
HSV(B) 285.81º 0.49% 0.74% -
XYZ 29.3 20.26 50.51 -
YUV 127.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 167 96 189 0.12 0.49 0 0.26 285.81 0.41 0.56
Hex A7 60 BD C 31 0 1A 11E 29 38
Octal 247 140 275 14 61 0 32 436 51 70
Binary 10100111 1100000 10111101 1100 110001 0 11010 100011110 101001 111000

Color Harmonies of #A760BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A760BD

Black with #A760BD

Text Example


Text Example

White with #A760BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A760BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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