Html Css Color HEX #A78DF5 Biloba Flower

📋 copy color: '#A78DF5'

red 167 ◦ green 141 ◦ blue 245

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

Shades of Biloba Flower #A78DF5

Tints of Biloba Flower #A78DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 44.3%

R = 30.2%
G = 25.5%
B = 44.3%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A78DF5 (or 0xA78DF5) is known color: Biloba Flower. HEX triplet: A7, 8D and F5. RGB value is (167,141,245). Sum of RGB (Red+Green+Blue) = 167+141+245=553 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.20% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #A78DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78DF5 is #58720A. Grayscale: #A0A0A0. Windows color (decimal): -5796363 or 16092583. OLE color: 16092583.

HSL color Cylindrical-coordinate representation of color #A78DF5: hue angle of 255º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A78DF5 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 141 245 -
CMYK 0.32 0.42 0 0.04
HSL 255º 0.84% 0.76% -
HSV(B) 255º 0.42% 0.96% -
XYZ 41.94 33.86 90.71 -
YUV 160.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 167 141 245 0.32 0.42 0 0.04 255 0.84 0.76
Hex A7 8D F5 20 2A 0 4 FF 54 4C
Octal 247 215 365 40 52 0 4 377 124 114
Binary 10100111 10001101 11110101 100000 101010 0 100 11111111 1010100 1001100

Color Harmonies of #A78DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78DF5

Black with #A78DF5

Text Example


Text Example

White with #A78DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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