Html Css Color HEX #A67CCF Lilac Bush

📋 copy color: '#A67CCF'

red 166 ◦ green 124 ◦ blue 207

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

Shades of Lilac Bush #A67CCF

Tints of Lilac Bush #A67CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 33.4%
G = 24.95%
B = 41.65%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A67CCF (or 0xA67CCF) is known color: Lilac Bush. HEX triplet: A6, 7C and CF. RGB value is (166,124,207). Sum of RGB (Red+Green+Blue) = 166+124+207=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #A67CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67CCF is #598330. Grayscale: #919191. Windows color (decimal): -5866289 or 13597862. OLE color: 13597862.

HSL color Cylindrical-coordinate representation of color #A67CCF: hue angle of 270.36º 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 #A67CCF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 124 207 -
CMYK 0.20 0.40 0 0.19
HSL 270.36º 0.46% 0.65% -
HSV(B) 270.36º 0.4% 0.81% -
XYZ 34.2 27.03 62.45 -
YUV 146.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 166 124 207 0.20 0.40 0 0.19 270.36 0.46 0.65
Hex A6 7C CF 14 28 0 13 10E 2E 41
Octal 246 174 317 24 50 0 23 416 56 101
Binary 10100110 1111100 11001111 10100 101000 0 10011 100001110 101110 1000001

Color Harmonies of #A67CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67CCF

Black with #A67CCF

Text Example


Text Example

White with #A67CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67CCF; }

 p { color: rgb(166,124,207); }

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

background-color css

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

 a { background-color: rgb(166,124,207); }

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

border-color css

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

 span { border-color: rgb(166,124,207); }

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