Html Css Color HEX #A05FBE Deep Lilac

📋 copy color: '#A05FBE'

red 160 ◦ green 95 ◦ blue 190

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

Shades of Deep Lilac #A05FBE

Tints of Deep Lilac #A05FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.7%

R = 35.96%
G = 21.35%
B = 42.7%

CMYK

 C value IS 0.16

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A05FBE (or 0xA05FBE) is known color: Deep Lilac. HEX triplet: A0, 5F and BE. RGB value is (160,95,190). Sum of RGB (Red+Green+Blue) = 160+95+190=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #A05FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FBE is #5FA041. Grayscale: #7C7C7C. Windows color (decimal): -6266946 or 12476320. OLE color: 12476320.

HSL color Cylindrical-coordinate representation of color #A05FBE: hue angle of 281.05º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05FBE is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 95 190 -
CMYK 0.16 0.5 0 0.25
HSL 281.05º 0.42% 0.56% -
HSV(B) 281.05º 0.5% 0.75% -
XYZ 27.88 19.38 50.99 -
YUV 125.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 160 95 190 0.16 0.5 0 0.25 281.05 0.42 0.56
Hex A0 5F BE 10 32 0 19 119 2A 38
Octal 240 137 276 20 62 0 31 431 52 70
Binary 10100000 1011111 10111110 10000 110010 0 11001 100011001 101010 111000

Color Harmonies of #A05FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FBE

Black with #A05FBE

Text Example


Text Example

White with #A05FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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