Html Css Color HEX #A379CF Lilac Bush

📋 copy color: '#A379CF'

red 163 ◦ green 121 ◦ blue 207

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

Shades of Lilac Bush #A379CF

Tints of Lilac Bush #A379CF

RGB

 RED value IS 163 (64.06% from 255) = 33.2%

 GREEN value IS 121 (47.66% from 255) = 24.64%

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

R = 33.2%
G = 24.64%
B = 42.16%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A379CF (or 0xA379CF) is known color: Lilac Bush. HEX triplet: A3, 79 and CF. RGB value is (163,121,207). Sum of RGB (Red+Green+Blue) = 163+121+207=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #A379CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379CF is #5C8630. Grayscale: #8F8F8F. Windows color (decimal): -6063665 or 13597091. OLE color: 13597091.

HSL color Cylindrical-coordinate representation of color #A379CF: hue angle of 269.3º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A379CF is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 121 207 -
CMYK 0.21 0.42 0 0.19
HSL 269.3º 0.47% 0.64% -
HSV(B) 269.3º 0.42% 0.81% -
XYZ 33.2 25.97 62.29 -
YUV 143.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 163 121 207 0.21 0.42 0 0.19 269.3 0.47 0.64
Hex A3 79 CF 15 2A 0 13 10D 2F 40
Octal 243 171 317 25 52 0 23 415 57 100
Binary 10100011 1111001 11001111 10101 101010 0 10011 100001101 101111 1000000

Color Harmonies of #A379CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A379CF

Black with #A379CF

Text Example


Text Example

White with #A379CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A379CF; }

 p { color: rgb(163,121,207); }

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

background-color css

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

 a { background-color: rgb(163,121,207); }

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

border-color css

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

 span { border-color: rgb(163,121,207); }

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