Html Css Color HEX #A05AC1 Deep Lilac

📋 copy color: '#A05AC1'

red 160 ◦ green 90 ◦ blue 193

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

Shades of Deep Lilac #A05AC1

Tints of Deep Lilac #A05AC1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.32%

 BLUE value IS 193 (75.78% from 255) = 43.57%

R = 36.12%
G = 20.32%
B = 43.57%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A05AC1 (or 0xA05AC1) is known color: Deep Lilac. HEX triplet: A0, 5A and C1. RGB value is (160,90,193). Sum of RGB (Red+Green+Blue) = 160+90+193=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #A05AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05AC1 is #5FA53E. Grayscale: #7A7A7A. Windows color (decimal): -6268223 or 12671648. OLE color: 12671648.

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

Color convert

RGB 160 90 193 -
CMYK 0.17 0.53 0 0.24
HSL 280.78º 0.45% 0.55% -
HSV(B) 280.78º 0.53% 0.76% -
XYZ 27.78 18.64 52.59 -
YUV 122.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 160 90 193 0.17 0.53 0 0.24 280.78 0.45 0.55
Hex A0 5A C1 11 35 0 18 119 2D 37
Octal 240 132 301 21 65 0 30 431 55 67
Binary 10100000 1011010 11000001 10001 110101 0 11000 100011001 101101 110111

Color Harmonies of #A05AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05AC1

Black with #A05AC1

Text Example


Text Example

White with #A05AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05AC1; }

 p { color: rgb(160,90,193); }

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

background-color css

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

 a { background-color: rgb(160,90,193); }

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

border-color css

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

 span { border-color: rgb(160,90,193); }

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