Html Css Color HEX #A07CCE Lilac Bush

📋 copy color: '#A07CCE'

red 160 ◦ green 124 ◦ blue 206

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

Shades of Lilac Bush #A07CCE

Tints of Lilac Bush #A07CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.31%

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 32.65%
G = 25.31%
B = 42.04%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A07CCE (or 0xA07CCE) is known color: Lilac Bush. HEX triplet: A0, 7C and CE. RGB value is (160,124,206). Sum of RGB (Red+Green+Blue) = 160+124+206=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #A07CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CCE is #5F8331. Grayscale: #8F8F8F. Windows color (decimal): -6259506 or 13532320. OLE color: 13532320.

HSL color Cylindrical-coordinate representation of color #A07CCE: hue angle of 266.34º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A07CCE is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 124 206 -
CMYK 0.22 0.40 0 0.19
HSL 266.34º 0.46% 0.65% -
HSV(B) 266.34º 0.4% 0.81% -
XYZ 32.85 26.35 61.75 -
YUV 144.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 160 124 206 0.22 0.40 0 0.19 266.34 0.46 0.65
Hex A0 7C CE 16 28 0 13 10A 2E 41
Octal 240 174 316 26 50 0 23 412 56 101
Binary 10100000 1111100 11001110 10110 101000 0 10011 100001010 101110 1000001

Color Harmonies of #A07CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CCE

Black with #A07CCE

Text Example


Text Example

White with #A07CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CCE; }

 p { color: rgb(160,124,206); }

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

background-color css

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

 a { background-color: rgb(160,124,206); }

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

border-color css

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

 span { border-color: rgb(160,124,206); }

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