Html Css Color HEX #A051B6 Deep Lilac

📋 copy color: '#A051B6'

red 160 ◦ green 81 ◦ blue 182

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

Shades of Deep Lilac #A051B6

Tints of Deep Lilac #A051B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.03%

R = 37.83%
G = 19.15%
B = 43.03%

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

#A051B6 (or 0xA051B6) is known color: Deep Lilac. HEX triplet: A0, 51 and B6. RGB value is (160,81,182). Sum of RGB (Red+Green+Blue) = 160+81+182=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #A051B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051B6 is #5FAE49. Grayscale: #737373. Windows color (decimal): -6270538 or 11948448. OLE color: 11948448.

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

Color convert

RGB 160 81 182 -
CMYK 0.12 0.55 0 0.29
HSL 286.93º 0.41% 0.52% -
HSV(B) 286.93º 0.55% 0.71% -
XYZ 25.88 16.74 46.12 -
YUV 116.14 165.17 159.29 -
System Red Green Blue C M Y K H S L
Decimal 160 81 182 0.12 0.55 0 0.29 286.93 0.41 0.52
Hex A0 51 B6 C 37 0 1D 11F 29 34
Octal 240 121 266 14 67 0 35 437 51 64
Binary 10100000 1010001 10110110 1100 110111 0 11101 100011111 101001 110100

Color Harmonies of #A051B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051B6

Black with #A051B6

Text Example


Text Example

White with #A051B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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