Html Css Color HEX #A951BF Deep Lilac

📋 copy color: '#A951BF'

red 169 ◦ green 81 ◦ blue 191

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

Shades of Deep Lilac #A951BF

Tints of Deep Lilac #A951BF

RGB

 RED value IS 169 (66.41% from 255) = 38.32%

 GREEN value IS 81 (32.03% from 255) = 18.37%

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

R = 38.32%
G = 18.37%
B = 43.31%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A951BF (or 0xA951BF) is known color: Deep Lilac. HEX triplet: A9, 51 and BF. RGB value is (169,81,191). Sum of RGB (Red+Green+Blue) = 169+81+191=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #A951BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A951BF is #56AE40. Grayscale: #777777. Windows color (decimal): -5680705 or 12538281. OLE color: 12538281.

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

Color convert

RGB 169 81 191 -
CMYK 0.12 0.58 0 0.25
HSL 288º 0.46% 0.53% -
HSV(B) 288º 0.58% 0.75% -
XYZ 28.71 18.08 51.27 -
YUV 119.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 169 81 191 0.12 0.58 0 0.25 288 0.46 0.53
Hex A9 51 BF C 3A 0 19 120 2E 35
Octal 251 121 277 14 72 0 31 440 56 65
Binary 10101001 1010001 10111111 1100 111010 0 11001 100100000 101110 110101

Color Harmonies of #A951BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A951BF

Black with #A951BF

Text Example


Text Example

White with #A951BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A951BF; }

 p { color: rgb(169,81,191); }

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

background-color css

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

 a { background-color: rgb(169,81,191); }

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

border-color css

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

 span { border-color: rgb(169,81,191); }

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