Html Css Color HEX #A05BC0 Deep Lilac

📋 copy color: '#A05BC0'

red 160 ◦ green 91 ◦ blue 192

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

Shades of Deep Lilac #A05BC0

Tints of Deep Lilac #A05BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.54%

 BLUE value IS 192 (75.39% from 255) = 43.34%

R = 36.12%
G = 20.54%
B = 43.34%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A05BC0 (or 0xA05BC0) is known color: Deep Lilac. HEX triplet: A0, 5B and C0. RGB value is (160,91,192). Sum of RGB (Red+Green+Blue) = 160+91+192=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #A05BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BC0 is #5FA43F. Grayscale: #7A7A7A. Windows color (decimal): -6267968 or 12606368. OLE color: 12606368.

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

Color convert

RGB 160 91 192 -
CMYK 0.17 0.53 0 0.25
HSL 280.99º 0.44% 0.55% -
HSV(B) 280.99º 0.53% 0.75% -
XYZ 27.75 18.76 52.03 -
YUV 123.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 160 91 192 0.17 0.53 0 0.25 280.99 0.44 0.55
Hex A0 5B C0 11 35 0 19 119 2C 37
Octal 240 133 300 21 65 0 31 431 54 67
Binary 10100000 1011011 11000000 10001 110101 0 11001 100011001 101100 110111

Color Harmonies of #A05BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05BC0

Black with #A05BC0

Text Example


Text Example

White with #A05BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05BC0; }

 p { color: rgb(160,91,192); }

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

background-color css

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

 a { background-color: rgb(160,91,192); }

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

border-color css

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

 span { border-color: rgb(160,91,192); }

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