Html Css Color HEX #A051C5 Deep Lilac

📋 copy color: '#A051C5'

red 160 ◦ green 81 ◦ blue 197

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

Shades of Deep Lilac #A051C5

Tints of Deep Lilac #A051C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.98%

R = 36.53%
G = 18.49%
B = 44.98%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A051C5 (or 0xA051C5) is known color: Deep Lilac. HEX triplet: A0, 51 and C5. RGB value is (160,81,197). Sum of RGB (Red+Green+Blue) = 160+81+197=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #A051C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051C5 is #5FAE3A. Grayscale: #757575. Windows color (decimal): -6270523 or 12931488. OLE color: 12931488.

HSL color Cylindrical-coordinate representation of color #A051C5: hue angle of 280.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A051C5 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 81 197 -
CMYK 0.19 0.59 0 0.23
HSL 280.86º 0.5% 0.55% -
HSV(B) 280.86º 0.59% 0.77% -
XYZ 27.52 17.39 54.73 -
YUV 117.85 172.67 158.07 -
System Red Green Blue C M Y K H S L
Decimal 160 81 197 0.19 0.59 0 0.23 280.86 0.5 0.55
Hex A0 51 C5 13 3B 0 17 119 32 37
Octal 240 121 305 23 73 0 27 431 62 67
Binary 10100000 1010001 11000101 10011 111011 0 10111 100011001 110010 110111

Color Harmonies of #A051C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051C5

Black with #A051C5

Text Example


Text Example

White with #A051C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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