Html Css Color HEX #A378CA Lilac Bush

📋 copy color: '#A378CA'

red 163 ◦ green 120 ◦ blue 202

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

Shades of Lilac Bush #A378CA

Tints of Lilac Bush #A378CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 33.61%
G = 24.74%
B = 41.65%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A378CA (or 0xA378CA) is known color: Lilac Bush. HEX triplet: A3, 78 and CA. RGB value is (163,120,202). Sum of RGB (Red+Green+Blue) = 163+120+202=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #A378CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378CA is #5C8735. Grayscale: #8D8D8D. Windows color (decimal): -6063926 or 13269155. OLE color: 13269155.

HSL color Cylindrical-coordinate representation of color #A378CA: hue angle of 271.46º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A378CA is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 120 202 -
CMYK 0.19 0.41 0 0.21
HSL 271.46º 0.44% 0.63% -
HSV(B) 271.46º 0.41% 0.79% -
XYZ 32.48 25.48 59.08 -
YUV 142.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 163 120 202 0.19 0.41 0 0.21 271.46 0.44 0.63
Hex A3 78 CA 13 29 0 15 10F 2C 3F
Octal 243 170 312 23 51 0 25 417 54 77
Binary 10100011 1111000 11001010 10011 101001 0 10101 100001111 101100 111111

Color Harmonies of #A378CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A378CA

Black with #A378CA

Text Example


Text Example

White with #A378CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A378CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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