Html Css Color HEX #A051CC Deep Lilac

📋 copy color: '#A051CC'

red 160 ◦ green 81 ◦ blue 204

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

Shades of Deep Lilac #A051CC

Tints of Deep Lilac #A051CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 35.96%
G = 18.2%
B = 45.84%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A051CC (or 0xA051CC) is known color: Deep Lilac. HEX triplet: A0, 51 and CC. RGB value is (160,81,204). Sum of RGB (Red+Green+Blue) = 160+81+204=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #A051CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051CC is #5FAE33. Grayscale: #767676. Windows color (decimal): -6270516 or 13390240. OLE color: 13390240.

HSL color Cylindrical-coordinate representation of color #A051CC: hue angle of 278.54º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A051CC is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 81 204 -
CMYK 0.22 0.60 0 0.2
HSL 278.54º 0.55% 0.56% -
HSV(B) 278.54º 0.6% 0.8% -
XYZ 28.34 17.72 59.05 -
YUV 118.64 176.17 157.5 -
System Red Green Blue C M Y K H S L
Decimal 160 81 204 0.22 0.60 0 0.2 278.54 0.55 0.56
Hex A0 51 CC 16 3C 0 14 117 37 38
Octal 240 121 314 26 74 0 24 427 67 70
Binary 10100000 1010001 11001100 10110 111100 0 10100 100010111 110111 111000

Color Harmonies of #A051CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051CC

Black with #A051CC

Text Example


Text Example

White with #A051CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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