Html Css Color HEX #A78DDC Biloba Flower

📋 copy color: '#A78DDC'

red 167 ◦ green 141 ◦ blue 220

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

Shades of Biloba Flower #A78DDC

Tints of Biloba Flower #A78DDC

RGB

 RED value IS 167 (65.63% from 255) = 31.63%

 GREEN value IS 141 (55.47% from 255) = 26.7%

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 31.63%
G = 26.7%
B = 41.67%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A78DDC (or 0xA78DDC) is known color: Biloba Flower. HEX triplet: A7, 8D and DC. RGB value is (167,141,220). Sum of RGB (Red+Green+Blue) = 167+141+220=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #A78DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DDC is #587223. Grayscale: #9D9D9D. Windows color (decimal): -5796388 or 14454183. OLE color: 14454183.

HSL color Cylindrical-coordinate representation of color #A78DDC: hue angle of 259.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A78DDC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 141 220 -
CMYK 0.24 0.36 0 0.14
HSL 259.75º 0.53% 0.71% -
HSV(B) 259.75º 0.36% 0.86% -
XYZ 38.38 32.43 71.95 -
YUV 157.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 167 141 220 0.24 0.36 0 0.14 259.75 0.53 0.71
Hex A7 8D DC 18 24 0 E 104 35 47
Octal 247 215 334 30 44 0 16 404 65 107
Binary 10100111 10001101 11011100 11000 100100 0 1110 100000100 110101 1000111

Color Harmonies of #A78DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78DDC

Black with #A78DDC

Text Example


Text Example

White with #A78DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78DDC; }

 p { color: rgb(167,141,220); }

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

background-color css

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

 a { background-color: rgb(167,141,220); }

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

border-color css

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

 span { border-color: rgb(167,141,220); }

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