Html Css Color HEX #A061BE Deep Lilac

📋 copy color: '#A061BE'

red 160 ◦ green 97 ◦ blue 190

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

Shades of Deep Lilac #A061BE

Tints of Deep Lilac #A061BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.7%

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

R = 35.79%
G = 21.7%
B = 42.51%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A061BE (or 0xA061BE) is known color: Deep Lilac. HEX triplet: A0, 61 and BE. RGB value is (160,97,190). Sum of RGB (Red+Green+Blue) = 160+97+190=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #A061BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061BE is #5F9E41. Grayscale: #7E7E7E. Windows color (decimal): -6266434 or 12476832. OLE color: 12476832.

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

Color convert

RGB 160 97 190 -
CMYK 0.16 0.49 0 0.25
HSL 280.65º 0.42% 0.56% -
HSV(B) 280.65º 0.49% 0.75% -
XYZ 28.07 19.74 51.05 -
YUV 126.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 160 97 190 0.16 0.49 0 0.25 280.65 0.42 0.56
Hex A0 61 BE 10 31 0 19 119 2A 38
Octal 240 141 276 20 61 0 31 431 52 70
Binary 10100000 1100001 10111110 10000 110001 0 11001 100011001 101010 111000

Color Harmonies of #A061BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A061BE

Black with #A061BE

Text Example


Text Example

White with #A061BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A061BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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