Html Css Color HEX #A05FB7 Deep Lilac

📋 copy color: '#A05FB7'

red 160 ◦ green 95 ◦ blue 183

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

Shades of Deep Lilac #A05FB7

Tints of Deep Lilac #A05FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.78%

R = 36.53%
G = 21.69%
B = 41.78%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A05FB7 (or 0xA05FB7) is known color: Deep Lilac. HEX triplet: A0, 5F and B7. RGB value is (160,95,183). Sum of RGB (Red+Green+Blue) = 160+95+183=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #A05FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FB7 is #5FA048. Grayscale: #7C7C7C. Windows color (decimal): -6266953 or 12017568. OLE color: 12017568.

HSL color Cylindrical-coordinate representation of color #A05FB7: hue angle of 284.32º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05FB7 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 95 183 -
CMYK 0.13 0.48 0 0.28
HSL 284.32º 0.38% 0.55% -
HSV(B) 284.32º 0.48% 0.72% -
XYZ 27.14 19.08 47.05 -
YUV 124.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 160 95 183 0.13 0.48 0 0.28 284.32 0.38 0.55
Hex A0 5F B7 D 30 0 1C 11C 26 37
Octal 240 137 267 15 60 0 34 434 46 67
Binary 10100000 1011111 10110111 1101 110000 0 11100 100011100 100110 110111

Color Harmonies of #A05FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FB7

Black with #A05FB7

Text Example


Text Example

White with #A05FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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