Html Css Color HEX #A051BF Deep Lilac

📋 copy color: '#A051BF'

red 160 ◦ green 81 ◦ blue 191

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

Shades of Deep Lilac #A051BF

Tints of Deep Lilac #A051BF

RGB

 RED value IS 160 (62.89% from 255) = 37.04%

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

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

R = 37.04%
G = 18.75%
B = 44.21%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A051BF (or 0xA051BF) is known color: Deep Lilac. HEX triplet: A0, 51 and BF. RGB value is (160,81,191). Sum of RGB (Red+Green+Blue) = 160+81+191=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #A051BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051BF is #5FAE40. Grayscale: #747474. Windows color (decimal): -6270529 or 12538272. OLE color: 12538272.

HSL color Cylindrical-coordinate representation of color #A051BF: hue angle of 283.09º 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 #A051BF is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 81 191 -
CMYK 0.16 0.58 0 0.25
HSL 283.09º 0.46% 0.53% -
HSV(B) 283.09º 0.58% 0.75% -
XYZ 26.84 17.12 51.18 -
YUV 117.16 169.67 158.56 -
System Red Green Blue C M Y K H S L
Decimal 160 81 191 0.16 0.58 0 0.25 283.09 0.46 0.53
Hex A0 51 BF 10 3A 0 19 11B 2E 35
Octal 240 121 277 20 72 0 31 433 56 65
Binary 10100000 1010001 10111111 10000 111010 0 11001 100011011 101110 110101

Color Harmonies of #A051BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051BF

Black with #A051BF

Text Example


Text Example

White with #A051BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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