Html Css Color HEX #A07AD1 Lilac Bush

📋 copy color: '#A07AD1'

red 160 ◦ green 122 ◦ blue 209

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

Shades of Lilac Bush #A07AD1

Tints of Lilac Bush #A07AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.57%

R = 32.59%
G = 24.85%
B = 42.57%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A07AD1 (or 0xA07AD1) is known color: Lilac Bush. HEX triplet: A0, 7A and D1. RGB value is (160,122,209). Sum of RGB (Red+Green+Blue) = 160+122+209=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #A07AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07AD1 is #5F852E. Grayscale: #8E8E8E. Windows color (decimal): -6260015 or 13728416. OLE color: 13728416.

HSL color Cylindrical-coordinate representation of color #A07AD1: hue angle of 266.21º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A07AD1 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 122 209 -
CMYK 0.23 0.42 0 0.18
HSL 266.21º 0.49% 0.65% -
HSV(B) 266.21º 0.42% 0.82% -
XYZ 32.97 26 63.6 -
YUV 143.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 160 122 209 0.23 0.42 0 0.18 266.21 0.49 0.65
Hex A0 7A D1 17 2A 0 12 10A 31 41
Octal 240 172 321 27 52 0 22 412 61 101
Binary 10100000 1111010 11010001 10111 101010 0 10010 100001010 110001 1000001

Color Harmonies of #A07AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AD1

Black with #A07AD1

Text Example


Text Example

White with #A07AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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