Html Css Color HEX #A055C2 Deep Lilac

📋 copy color: '#A055C2'

red 160 ◦ green 85 ◦ blue 194

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

Shades of Deep Lilac #A055C2

Tints of Deep Lilac #A055C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.19%

R = 36.45%
G = 19.36%
B = 44.19%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A055C2 (or 0xA055C2) is known color: Deep Lilac. HEX triplet: A0, 55 and C2. RGB value is (160,85,194). Sum of RGB (Red+Green+Blue) = 160+85+194=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 194 - color contains mainly: blue. Hex color #A055C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055C2 is #5FAA3D. Grayscale: #777777. Windows color (decimal): -6269502 or 12735904. OLE color: 12735904.

HSL color Cylindrical-coordinate representation of color #A055C2: hue angle of 281.28º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A055C2 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 85 194 -
CMYK 0.18 0.56 0 0.24
HSL 281.28º 0.47% 0.55% -
HSV(B) 281.28º 0.56% 0.76% -
XYZ 27.48 17.87 53.04 -
YUV 119.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 160 85 194 0.18 0.56 0 0.24 281.28 0.47 0.55
Hex A0 55 C2 12 38 0 18 119 2F 37
Octal 240 125 302 22 70 0 30 431 57 67
Binary 10100000 1010101 11000010 10010 111000 0 11000 100011001 101111 110111

Color Harmonies of #A055C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055C2

Black with #A055C2

Text Example


Text Example

White with #A055C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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