Html Css Color HEX #A051AF Deep Lilac

📋 copy color: '#A051AF'

red 160 ◦ green 81 ◦ blue 175

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

Shades of Deep Lilac #A051AF

Tints of Deep Lilac #A051AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 38.46%
G = 19.47%
B = 42.07%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A051AF (or 0xA051AF) is known color: Deep Lilac. HEX triplet: A0, 51 and AF. RGB value is (160,81,175). Sum of RGB (Red+Green+Blue) = 160+81+175=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #A051AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A051AF is #5FAE50. Grayscale: #737373. Windows color (decimal): -6270545 or 11489696. OLE color: 11489696.

HSL color Cylindrical-coordinate representation of color #A051AF: hue angle of 290.43º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A051AF is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 81 175 -
CMYK 0.09 0.54 0 0.31
HSL 290.43º 0.37% 0.5% -
HSV(B) 290.43º 0.54% 0.69% -
XYZ 25.18 16.45 42.41 -
YUV 115.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 160 81 175 0.09 0.54 0 0.31 290.43 0.37 0.5
Hex A0 51 AF 9 36 0 1F 122 25 32
Octal 240 121 257 11 66 0 37 442 45 62
Binary 10100000 1010001 10101111 1001 110110 0 11111 100100010 100101 110010

Color Harmonies of #A051AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051AF

Black with #A051AF

Text Example


Text Example

White with #A051AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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