Html Css Color HEX #A07AD0 Lilac Bush

📋 copy color: '#A07AD0'

red 160 ◦ green 122 ◦ blue 208

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

Shades of Lilac Bush #A07AD0

Tints of Lilac Bush #A07AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 32.65%
G = 24.9%
B = 42.45%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A07AD0 (or 0xA07AD0) is known color: Lilac Bush. HEX triplet: A0, 7A and D0. RGB value is (160,122,208). Sum of RGB (Red+Green+Blue) = 160+122+208=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #A07AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07AD0 is #5F852F. Grayscale: #8E8E8E. Windows color (decimal): -6260016 or 13662880. OLE color: 13662880.

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

Color convert

RGB 160 122 208 -
CMYK 0.23 0.41 0 0.18
HSL 266.51º 0.48% 0.65% -
HSV(B) 266.51º 0.41% 0.82% -
XYZ 32.84 25.95 62.95 -
YUV 143.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 160 122 208 0.23 0.41 0 0.18 266.51 0.48 0.65
Hex A0 7A D0 17 29 0 12 10B 30 41
Octal 240 172 320 27 51 0 22 413 60 101
Binary 10100000 1111010 11010000 10111 101001 0 10010 100001011 110000 1000001

Color Harmonies of #A07AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AD0

Black with #A07AD0

Text Example


Text Example

White with #A07AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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