Html Css Color HEX #A061B1 Deep Lilac

📋 copy color: '#A061B1'

red 160 ◦ green 97 ◦ blue 177

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

Shades of Deep Lilac #A061B1

Tints of Deep Lilac #A061B1

RGB

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

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

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

R = 36.87%
G = 22.35%
B = 40.78%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A061B1 (or 0xA061B1) is known color: Deep Lilac. HEX triplet: A0, 61 and B1. RGB value is (160,97,177). Sum of RGB (Red+Green+Blue) = 160+97+177=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 177 - color contains mainly: blue. Hex color #A061B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A061B1 is #5F9E4E. Grayscale: #7C7C7C. Windows color (decimal): -6266447 or 11624864. OLE color: 11624864.

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

Color convert

RGB 160 97 177 -
CMYK 0.10 0.45 0 0.31
HSL 287.25º 0.34% 0.54% -
HSV(B) 287.25º 0.45% 0.69% -
XYZ 26.71 19.2 43.89 -
YUV 124.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 160 97 177 0.10 0.45 0 0.31 287.25 0.34 0.54
Hex A0 61 B1 A 2D 0 1F 11F 22 36
Octal 240 141 261 12 55 0 37 437 42 66
Binary 10100000 1100001 10110001 1010 101101 0 11111 100011111 100010 110110

Color Harmonies of #A061B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A061B1

Black with #A061B1

Text Example


Text Example

White with #A061B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A061B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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