Html Css Color HEX #A07CCB Lilac Bush

📋 copy color: '#A07CCB'

red 160 ◦ green 124 ◦ blue 203

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

Shades of Lilac Bush #A07CCB

Tints of Lilac Bush #A07CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 32.85%
G = 25.46%
B = 41.68%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A07CCB (or 0xA07CCB) is known color: Lilac Bush. HEX triplet: A0, 7C and CB. RGB value is (160,124,203). Sum of RGB (Red+Green+Blue) = 160+124+203=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #A07CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CCB is #5F8334. Grayscale: #8F8F8F. Windows color (decimal): -6259509 or 13335712. OLE color: 13335712.

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

Color convert

RGB 160 124 203 -
CMYK 0.21 0.39 0 0.20
HSL 267.34º 0.43% 0.64% -
HSV(B) 267.34º 0.39% 0.8% -
XYZ 32.48 26.2 59.85 -
YUV 143.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 160 124 203 0.21 0.39 0 0.20 267.34 0.43 0.64
Hex A0 7C CB 15 27 0 14 10B 2B 40
Octal 240 174 313 25 47 0 24 413 53 100
Binary 10100000 1111100 11001011 10101 100111 0 10100 100001011 101011 1000000

Color Harmonies of #A07CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CCB

Black with #A07CCB

Text Example


Text Example

White with #A07CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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