Html Css Color HEX #A055CB Deep Lilac

📋 copy color: '#A055CB'

red 160 ◦ green 85 ◦ blue 203

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

Shades of Deep Lilac #A055CB

Tints of Deep Lilac #A055CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 35.71%
G = 18.97%
B = 45.31%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A055CB (or 0xA055CB) is known color: Deep Lilac. HEX triplet: A0, 55 and CB. RGB value is (160,85,203). Sum of RGB (Red+Green+Blue) = 160+85+203=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #A055CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055CB is #5FAA34. Grayscale: #787878. Windows color (decimal): -6269493 or 13325728. OLE color: 13325728.

HSL color Cylindrical-coordinate representation of color #A055CB: hue angle of 278.14º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A055CB is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 85 203 -
CMYK 0.21 0.58 0 0.20
HSL 278.14º 0.53% 0.56% -
HSV(B) 278.14º 0.58% 0.8% -
XYZ 28.53 18.28 58.53 -
YUV 120.88 174.35 155.91 -
System Red Green Blue C M Y K H S L
Decimal 160 85 203 0.21 0.58 0 0.20 278.14 0.53 0.56
Hex A0 55 CB 15 3A 0 14 116 35 38
Octal 240 125 313 25 72 0 24 426 65 70
Binary 10100000 1010101 11001011 10101 111010 0 10100 100010110 110101 111000

Color Harmonies of #A055CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055CB

Black with #A055CB

Text Example


Text Example

White with #A055CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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