Html Css Color HEX #A761BF Deep Lilac

📋 copy color: '#A761BF'

red 167 ◦ green 97 ◦ blue 191

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

Shades of Deep Lilac #A761BF

Tints of Deep Lilac #A761BF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.32%

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

R = 36.7%
G = 21.32%
B = 41.98%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A761BF (or 0xA761BF) is known color: Deep Lilac. HEX triplet: A7, 61 and BF. RGB value is (167,97,191). Sum of RGB (Red+Green+Blue) = 167+97+191=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #A761BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761BF is #589E40. Grayscale: #808080. Windows color (decimal): -5807681 or 12542375. OLE color: 12542375.

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

Color convert

RGB 167 97 191 -
CMYK 0.13 0.49 0 0.25
HSL 284.68º 0.42% 0.56% -
HSV(B) 284.68º 0.49% 0.75% -
XYZ 29.62 20.53 51.69 -
YUV 128.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 167 97 191 0.13 0.49 0 0.25 284.68 0.42 0.56
Hex A7 61 BF D 31 0 19 11D 2A 38
Octal 247 141 277 15 61 0 31 435 52 70
Binary 10100111 1100001 10111111 1101 110001 0 11001 100011101 101010 111000

Color Harmonies of #A761BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A761BF

Black with #A761BF

Text Example


Text Example

White with #A761BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A761BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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