Html Css Color HEX #A055BD Deep Lilac

📋 copy color: '#A055BD'

red 160 ◦ green 85 ◦ blue 189

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

Shades of Deep Lilac #A055BD

Tints of Deep Lilac #A055BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.59%

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 36.87%
G = 19.59%
B = 43.55%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A055BD (or 0xA055BD) is known color: Deep Lilac. HEX triplet: A0, 55 and BD. RGB value is (160,85,189). Sum of RGB (Red+Green+Blue) = 160+85+189=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #A055BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055BD is #5FAA42. Grayscale: #767676. Windows color (decimal): -6269507 or 12408224. OLE color: 12408224.

HSL color Cylindrical-coordinate representation of color #A055BD: hue angle of 283.27º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A055BD is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 85 189 -
CMYK 0.15 0.55 0 0.26
HSL 283.27º 0.44% 0.54% -
HSV(B) 283.27º 0.55% 0.74% -
XYZ 26.93 17.64 50.13 -
YUV 119.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 160 85 189 0.15 0.55 0 0.26 283.27 0.44 0.54
Hex A0 55 BD F 37 0 1A 11B 2C 36
Octal 240 125 275 17 67 0 32 433 54 66
Binary 10100000 1010101 10111101 1111 110111 0 11010 100011011 101100 110110

Color Harmonies of #A055BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055BD

Black with #A055BD

Text Example


Text Example

White with #A055BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055BD; }

 p { color: rgb(160,85,189); }

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

background-color css

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

 a { background-color: rgb(160,85,189); }

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

border-color css

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

 span { border-color: rgb(160,85,189); }

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