Html Css Color HEX #A05FB1 Deep Lilac

📋 copy color: '#A05FB1'

red 160 ◦ green 95 ◦ blue 177

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

Shades of Deep Lilac #A05FB1

Tints of Deep Lilac #A05FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.97%

R = 37.04%
G = 21.99%
B = 40.97%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A05FB1 (or 0xA05FB1) is known color: Deep Lilac. HEX triplet: A0, 5F and B1. RGB value is (160,95,177). Sum of RGB (Red+Green+Blue) = 160+95+177=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #A05FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05FB1 is #5FA04E. Grayscale: #7B7B7B. Windows color (decimal): -6266959 or 11624352. OLE color: 11624352.

HSL color Cylindrical-coordinate representation of color #A05FB1: hue angle of 287.56º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05FB1 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 95 177 -
CMYK 0.10 0.46 0 0.31
HSL 287.56º 0.34% 0.53% -
HSV(B) 287.56º 0.46% 0.69% -
XYZ 26.53 18.83 43.83 -
YUV 123.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 160 95 177 0.10 0.46 0 0.31 287.56 0.34 0.53
Hex A0 5F B1 A 2E 0 1F 120 22 35
Octal 240 137 261 12 56 0 37 440 42 65
Binary 10100000 1011111 10110001 1010 101110 0 11111 100100000 100010 110101

Color Harmonies of #A05FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FB1

Black with #A05FB1

Text Example


Text Example

White with #A05FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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