Html Css Color HEX #A07AC6 Lilac Bush

📋 copy color: '#A07AC6'

red 160 ◦ green 122 ◦ blue 198

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

Shades of Lilac Bush #A07AC6

Tints of Lilac Bush #A07AC6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.42%

 BLUE value IS 198 (77.73% from 255) = 41.25%

R = 33.33%
G = 25.42%
B = 41.25%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A07AC6 (or 0xA07AC6) is known color: Lilac Bush. HEX triplet: A0, 7A and C6. RGB value is (160,122,198). Sum of RGB (Red+Green+Blue) = 160+122+198=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 198 - color contains mainly: blue. Hex color #A07AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07AC6 is #5F8539. Grayscale: #8D8D8D. Windows color (decimal): -6260026 or 13007520. OLE color: 13007520.

HSL color Cylindrical-coordinate representation of color #A07AC6: hue angle of 270º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A07AC6 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 122 198 -
CMYK 0.19 0.38 0 0.22
HSL 270º 0.4% 0.63% -
HSV(B) 270º 0.38% 0.78% -
XYZ 31.65 25.47 56.67 -
YUV 142.03 159.59 140.82 -
System Red Green Blue C M Y K H S L
Decimal 160 122 198 0.19 0.38 0 0.22 270 0.4 0.63
Hex A0 7A C6 13 26 0 16 10E 28 3F
Octal 240 172 306 23 46 0 26 416 50 77
Binary 10100000 1111010 11000110 10011 100110 0 10110 100001110 101000 111111

Color Harmonies of #A07AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AC6

Black with #A07AC6

Text Example


Text Example

White with #A07AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AC6; }

 p { color: rgb(160,122,198); }

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

background-color css

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

 a { background-color: rgb(160,122,198); }

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

border-color css

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

 span { border-color: rgb(160,122,198); }

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