Html Css Color HEX #A67DD0 Lilac Bush

📋 copy color: '#A67DD0'

red 166 ◦ green 125 ◦ blue 208

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

Shades of Lilac Bush #A67DD0

Tints of Lilac Bush #A67DD0

RGB

 RED value IS 166 (65.23% from 255) = 33.27%

 GREEN value IS 125 (49.22% from 255) = 25.05%

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

R = 33.27%
G = 25.05%
B = 41.68%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A67DD0 (or 0xA67DD0) is known color: Lilac Bush. HEX triplet: A6, 7D and D0. RGB value is (166,125,208). Sum of RGB (Red+Green+Blue) = 166+125+208=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #A67DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DD0 is #59822F. Grayscale: #929292. Windows color (decimal): -5866032 or 13663654. OLE color: 13663654.

HSL color Cylindrical-coordinate representation of color #A67DD0: hue angle of 269.64º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A67DD0 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 125 208 -
CMYK 0.20 0.40 0 0.18
HSL 269.64º 0.47% 0.65% -
HSV(B) 269.64º 0.4% 0.82% -
XYZ 34.44 27.33 63.13 -
YUV 146.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 166 125 208 0.20 0.40 0 0.18 269.64 0.47 0.65
Hex A6 7D D0 14 28 0 12 10E 2F 41
Octal 246 175 320 24 50 0 22 416 57 101
Binary 10100110 1111101 11010000 10100 101000 0 10010 100001110 101111 1000001

Color Harmonies of #A67DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67DD0

Black with #A67DD0

Text Example


Text Example

White with #A67DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67DD0; }

 p { color: rgb(166,125,208); }

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

background-color css

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

 a { background-color: rgb(166,125,208); }

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

border-color css

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

 span { border-color: rgb(166,125,208); }

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