Html Css Color HEX #A051B5 Deep Lilac

📋 copy color: '#A051B5'

red 160 ◦ green 81 ◦ blue 181

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

Shades of Deep Lilac #A051B5

Tints of Deep Lilac #A051B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.89%

R = 37.91%
G = 19.19%
B = 42.89%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A051B5 (or 0xA051B5) is known color: Deep Lilac. HEX triplet: A0, 51 and B5. RGB value is (160,81,181). Sum of RGB (Red+Green+Blue) = 160+81+181=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 181 - color contains mainly: blue. Hex color #A051B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051B5 is #5FAE4A. Grayscale: #737373. Windows color (decimal): -6270539 or 11882912. OLE color: 11882912.

HSL color Cylindrical-coordinate representation of color #A051B5: hue angle of 287.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A051B5 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 81 181 -
CMYK 0.12 0.55 0 0.29
HSL 287.4º 0.4% 0.51% -
HSV(B) 287.4º 0.55% 0.71% -
XYZ 25.78 16.69 45.58 -
YUV 116.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 160 81 181 0.12 0.55 0 0.29 287.4 0.4 0.51
Hex A0 51 B5 C 37 0 1D 11F 28 33
Octal 240 121 265 14 67 0 35 437 50 63
Binary 10100000 1010001 10110101 1100 110111 0 11101 100011111 101000 110011

Color Harmonies of #A051B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051B5

Black with #A051B5

Text Example


Text Example

White with #A051B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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