Html Css Color HEX #A051BC Deep Lilac

📋 copy color: '#A051BC'

red 160 ◦ green 81 ◦ blue 188

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

Shades of Deep Lilac #A051BC

Tints of Deep Lilac #A051BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 37.3%
G = 18.88%
B = 43.82%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A051BC (or 0xA051BC) is known color: Deep Lilac. HEX triplet: A0, 51 and BC. RGB value is (160,81,188). Sum of RGB (Red+Green+Blue) = 160+81+188=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #A051BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051BC is #5FAE43. Grayscale: #747474. Windows color (decimal): -6270532 or 12341664. OLE color: 12341664.

HSL color Cylindrical-coordinate representation of color #A051BC: hue angle of 284.3º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A051BC is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 81 188 -
CMYK 0.15 0.57 0 0.26
HSL 284.3º 0.44% 0.53% -
HSV(B) 284.3º 0.57% 0.74% -
XYZ 26.52 16.99 49.46 -
YUV 116.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 160 81 188 0.15 0.57 0 0.26 284.3 0.44 0.53
Hex A0 51 BC F 39 0 1A 11C 2C 35
Octal 240 121 274 17 71 0 32 434 54 65
Binary 10100000 1010001 10111100 1111 111001 0 11010 100011100 101100 110101

Color Harmonies of #A051BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051BC

Black with #A051BC

Text Example


Text Example

White with #A051BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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