Html Css Color HEX #A061C0 Deep Lilac

📋 copy color: '#A061C0'

red 160 ◦ green 97 ◦ blue 192

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

Shades of Deep Lilac #A061C0

Tints of Deep Lilac #A061C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.76%

R = 35.63%
G = 21.6%
B = 42.76%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A061C0 (or 0xA061C0) is known color: Deep Lilac. HEX triplet: A0, 61 and C0. RGB value is (160,97,192). Sum of RGB (Red+Green+Blue) = 160+97+192=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #A061C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061C0 is #5F9E3F. Grayscale: #7E7E7E. Windows color (decimal): -6266432 or 12607904. OLE color: 12607904.

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

Color convert

RGB 160 97 192 -
CMYK 0.17 0.49 0 0.25
HSL 279.79º 0.43% 0.57% -
HSV(B) 279.79º 0.49% 0.75% -
XYZ 28.29 19.83 52.21 -
YUV 126.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 160 97 192 0.17 0.49 0 0.25 279.79 0.43 0.57
Hex A0 61 C0 11 31 0 19 118 2B 39
Octal 240 141 300 21 61 0 31 430 53 71
Binary 10100000 1100001 11000000 10001 110001 0 11001 100011000 101011 111001

Color Harmonies of #A061C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A061C0

Black with #A061C0

Text Example


Text Example

White with #A061C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A061C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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