Html Css Color HEX #A769BF Deep Lilac

📋 copy color: '#A769BF'

red 167 ◦ green 105 ◦ blue 191

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

Shades of Deep Lilac #A769BF

Tints of Deep Lilac #A769BF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.68%

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

R = 36.07%
G = 22.68%
B = 41.25%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A769BF (or 0xA769BF) is known color: Deep Lilac. HEX triplet: A7, 69 and BF. RGB value is (167,105,191). Sum of RGB (Red+Green+Blue) = 167+105+191=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #A769BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A769BF is #589640. Grayscale: #858585. Windows color (decimal): -5805633 or 12544423. OLE color: 12544423.

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

Color convert

RGB 167 105 191 -
CMYK 0.13 0.45 0 0.25
HSL 283.26º 0.4% 0.58% -
HSV(B) 283.26º 0.45% 0.75% -
XYZ 30.39 22.08 51.95 -
YUV 133.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 167 105 191 0.13 0.45 0 0.25 283.26 0.4 0.58
Hex A7 69 BF D 2D 0 19 11B 28 3A
Octal 247 151 277 15 55 0 31 433 50 72
Binary 10100111 1101001 10111111 1101 101101 0 11001 100011011 101000 111010

Color Harmonies of #A769BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A769BF

Black with #A769BF

Text Example


Text Example

White with #A769BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A769BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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