Html Css Color HEX #A077CD Lilac Bush

📋 copy color: '#A077CD'

red 160 ◦ green 119 ◦ blue 205

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

Shades of Lilac Bush #A077CD

Tints of Lilac Bush #A077CD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.59%

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 33.06%
G = 24.59%
B = 42.36%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A077CD (or 0xA077CD) is known color: Lilac Bush. HEX triplet: A0, 77 and CD. RGB value is (160,119,205). Sum of RGB (Red+Green+Blue) = 160+119+205=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #A077CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077CD is #5F8832. Grayscale: #8C8C8C. Windows color (decimal): -6260787 or 13465504. OLE color: 13465504.

HSL color Cylindrical-coordinate representation of color #A077CD: hue angle of 268.6º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A077CD is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 119 205 -
CMYK 0.22 0.42 0 0.20
HSL 268.6º 0.46% 0.64% -
HSV(B) 268.6º 0.42% 0.8% -
XYZ 32.11 25.08 60.91 -
YUV 141.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 160 119 205 0.22 0.42 0 0.20 268.6 0.46 0.64
Hex A0 77 CD 16 2A 0 14 10D 2E 40
Octal 240 167 315 26 52 0 24 415 56 100
Binary 10100000 1110111 11001101 10110 101010 0 10100 100001101 101110 1000000

Color Harmonies of #A077CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077CD

Black with #A077CD

Text Example


Text Example

White with #A077CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077CD; }

 p { color: rgb(160,119,205); }

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

background-color css

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

 a { background-color: rgb(160,119,205); }

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

border-color css

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

 span { border-color: rgb(160,119,205); }

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