Html Css Color HEX #A055C5 Deep Lilac

📋 copy color: '#A055C5'

red 160 ◦ green 85 ◦ blue 197

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

Shades of Deep Lilac #A055C5

Tints of Deep Lilac #A055C5

RGB

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

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

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

R = 36.2%
G = 19.23%
B = 44.57%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A055C5 (or 0xA055C5) is known color: Deep Lilac. HEX triplet: A0, 55 and C5. RGB value is (160,85,197). Sum of RGB (Red+Green+Blue) = 160+85+197=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #A055C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055C5 is #5FAA3A. Grayscale: #777777. Windows color (decimal): -6269499 or 12932512. OLE color: 12932512.

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

Color convert

RGB 160 85 197 -
CMYK 0.19 0.57 0 0.23
HSL 280.18º 0.49% 0.55% -
HSV(B) 280.18º 0.57% 0.77% -
XYZ 27.82 18 54.83 -
YUV 120.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 160 85 197 0.19 0.57 0 0.23 280.18 0.49 0.55
Hex A0 55 C5 13 39 0 17 118 31 37
Octal 240 125 305 23 71 0 27 430 61 67
Binary 10100000 1010101 11000101 10011 111001 0 10111 100011000 110001 110111

Color Harmonies of #A055C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055C5

Black with #A055C5

Text Example


Text Example

White with #A055C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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