Html Css Color HEX #A061BC Deep Lilac

📋 copy color: '#A061BC'

red 160 ◦ green 97 ◦ blue 188

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

Shades of Deep Lilac #A061BC

Tints of Deep Lilac #A061BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 35.96%
G = 21.8%
B = 42.25%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A061BC (or 0xA061BC) is known color: Deep Lilac. HEX triplet: A0, 61 and BC. RGB value is (160,97,188). Sum of RGB (Red+Green+Blue) = 160+97+188=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #A061BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061BC is #5F9E43. Grayscale: #7D7D7D. Windows color (decimal): -6266436 or 12345760. OLE color: 12345760.

HSL color Cylindrical-coordinate representation of color #A061BC: hue angle of 281.54º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A061BC is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 97 188 -
CMYK 0.15 0.48 0 0.26
HSL 281.54º 0.4% 0.56% -
HSV(B) 281.54º 0.48% 0.74% -
XYZ 27.85 19.65 49.9 -
YUV 126.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 160 97 188 0.15 0.48 0 0.26 281.54 0.4 0.56
Hex A0 61 BC F 30 0 1A 11A 28 38
Octal 240 141 274 17 60 0 32 432 50 70
Binary 10100000 1100001 10111100 1111 110000 0 11010 100011010 101000 111000

Color Harmonies of #A061BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A061BC

Black with #A061BC

Text Example


Text Example

White with #A061BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A061BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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