Html Css Color HEX #A055CA Deep Lilac

📋 copy color: '#A055CA'

red 160 ◦ green 85 ◦ blue 202

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

Shades of Deep Lilac #A055CA

Tints of Deep Lilac #A055CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 35.79%
G = 19.02%
B = 45.19%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A055CA (or 0xA055CA) is known color: Deep Lilac. HEX triplet: A0, 55 and CA. RGB value is (160,85,202). Sum of RGB (Red+Green+Blue) = 160+85+202=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #A055CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055CA is #5FAA35. Grayscale: #787878. Windows color (decimal): -6269494 or 13260192. OLE color: 13260192.

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

Color convert

RGB 160 85 202 -
CMYK 0.21 0.58 0 0.21
HSL 278.46º 0.52% 0.56% -
HSV(B) 278.46º 0.58% 0.79% -
XYZ 28.41 18.23 57.9 -
YUV 120.76 173.85 155.99 -
System Red Green Blue C M Y K H S L
Decimal 160 85 202 0.21 0.58 0 0.21 278.46 0.52 0.56
Hex A0 55 CA 15 3A 0 15 116 34 38
Octal 240 125 312 25 72 0 25 426 64 70
Binary 10100000 1010101 11001010 10101 111010 0 10101 100010110 110100 111000

Color Harmonies of #A055CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055CA

Black with #A055CA

Text Example


Text Example

White with #A055CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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