Html Css Color HEX #A05FC2 Deep Lilac

📋 copy color: '#A05FC2'

red 160 ◦ green 95 ◦ blue 194

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

Shades of Deep Lilac #A05FC2

Tints of Deep Lilac #A05FC2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.16%

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

R = 35.63%
G = 21.16%
B = 43.21%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A05FC2 (or 0xA05FC2) is known color: Deep Lilac. HEX triplet: A0, 5F and C2. RGB value is (160,95,194). Sum of RGB (Red+Green+Blue) = 160+95+194=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #A05FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FC2 is #5FA03D. Grayscale: #7D7D7D. Windows color (decimal): -6266942 or 12738464. OLE color: 12738464.

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

Color convert

RGB 160 95 194 -
CMYK 0.18 0.51 0 0.24
HSL 279.39º 0.45% 0.57% -
HSV(B) 279.39º 0.51% 0.76% -
XYZ 28.33 19.55 53.32 -
YUV 125.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 160 95 194 0.18 0.51 0 0.24 279.39 0.45 0.57
Hex A0 5F C2 12 33 0 18 117 2D 39
Octal 240 137 302 22 63 0 30 427 55 71
Binary 10100000 1011111 11000010 10010 110011 0 11000 100010111 101101 111001

Color Harmonies of #A05FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FC2

Black with #A05FC2

Text Example


Text Example

White with #A05FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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