Html Css Color HEX #A78FD8 Biloba Flower

📋 copy color: '#A78FD8'

red 167 ◦ green 143 ◦ blue 216

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

Shades of Biloba Flower #A78FD8

Tints of Biloba Flower #A78FD8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.19%

 BLUE value IS 216 (84.77% from 255) = 41.06%

R = 31.75%
G = 27.19%
B = 41.06%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A78FD8 (or 0xA78FD8) is known color: Biloba Flower. HEX triplet: A7, 8F and D8. RGB value is (167,143,216). Sum of RGB (Red+Green+Blue) = 167+143+216=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #A78FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FD8 is #587027. Grayscale: #9E9E9E. Windows color (decimal): -5795880 or 14192551. OLE color: 14192551.

HSL color Cylindrical-coordinate representation of color #A78FD8: hue angle of 259.73º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A78FD8 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 143 216 -
CMYK 0.23 0.34 0 0.15
HSL 259.73º 0.48% 0.7% -
HSV(B) 259.73º 0.34% 0.85% -
XYZ 38.15 32.82 69.29 -
YUV 158.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 167 143 216 0.23 0.34 0 0.15 259.73 0.48 0.7
Hex A7 8F D8 17 22 0 F 104 30 46
Octal 247 217 330 27 42 0 17 404 60 106
Binary 10100111 10001111 11011000 10111 100010 0 1111 100000100 110000 1000110

Color Harmonies of #A78FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78FD8

Black with #A78FD8

Text Example


Text Example

White with #A78FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78FD8; }

 p { color: rgb(167,143,216); }

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

background-color css

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

 a { background-color: rgb(167,143,216); }

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

border-color css

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

 span { border-color: rgb(167,143,216); }

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