Html Css Color HEX #A760BF Deep Lilac

📋 copy color: '#A760BF'

red 167 ◦ green 96 ◦ blue 191

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

Shades of Deep Lilac #A760BF

Tints of Deep Lilac #A760BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.07%

R = 36.78%
G = 21.15%
B = 42.07%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A760BF (or 0xA760BF) is known color: Deep Lilac. HEX triplet: A7, 60 and BF. RGB value is (167,96,191). Sum of RGB (Red+Green+Blue) = 167+96+191=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #A760BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760BF is #589F40. Grayscale: #7F7F7F. Windows color (decimal): -5807937 or 12542119. OLE color: 12542119.

HSL color Cylindrical-coordinate representation of color #A760BF: hue angle of 284.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A760BF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 96 191 -
CMYK 0.13 0.50 0 0.25
HSL 284.84º 0.43% 0.56% -
HSV(B) 284.84º 0.5% 0.75% -
XYZ 29.52 20.34 51.66 -
YUV 128.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 167 96 191 0.13 0.50 0 0.25 284.84 0.43 0.56
Hex A7 60 BF D 32 0 19 11D 2B 38
Octal 247 140 277 15 62 0 31 435 53 70
Binary 10100111 1100000 10111111 1101 110010 0 11001 100011101 101011 111000

Color Harmonies of #A760BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A760BF

Black with #A760BF

Text Example


Text Example

White with #A760BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A760BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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