Html Css Color HEX #A378CE Lilac Bush

📋 copy color: '#A378CE'

red 163 ◦ green 120 ◦ blue 206

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

Shades of Lilac Bush #A378CE

Tints of Lilac Bush #A378CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.54%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 33.33%
G = 24.54%
B = 42.13%

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

#A378CE (or 0xA378CE) is known color: Lilac Bush. HEX triplet: A3, 78 and CE. RGB value is (163,120,206). Sum of RGB (Red+Green+Blue) = 163+120+206=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #A378CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378CE is #5C8731. Grayscale: #8E8E8E. Windows color (decimal): -6063922 or 13531299. OLE color: 13531299.

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

Color convert

RGB 163 120 206 -
CMYK 0.21 0.42 0 0.19
HSL 270º 0.47% 0.64% -
HSV(B) 270º 0.42% 0.81% -
XYZ 32.96 25.68 61.61 -
YUV 142.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 163 120 206 0.21 0.42 0 0.19 270 0.47 0.64
Hex A3 78 CE 15 2A 0 13 10E 2F 40
Octal 243 170 316 25 52 0 23 416 57 100
Binary 10100011 1111000 11001110 10101 101010 0 10011 100001110 101111 1000000

Color Harmonies of #A378CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A378CE

Black with #A378CE

Text Example


Text Example

White with #A378CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A378CE; }

 p { color: rgb(163,120,206); }

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

background-color css

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

 a { background-color: rgb(163,120,206); }

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

border-color css

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

 span { border-color: rgb(163,120,206); }

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