Html Css Color HEX #A78DF0 Biloba Flower

📋 copy color: '#A78DF0'

red 167 ◦ green 141 ◦ blue 240

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

Shades of Biloba Flower #A78DF0

Tints of Biloba Flower #A78DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.8%

R = 30.47%
G = 25.73%
B = 43.8%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A78DF0 (or 0xA78DF0) is known color: Biloba Flower. HEX triplet: A7, 8D and F0. RGB value is (167,141,240). Sum of RGB (Red+Green+Blue) = 167+141+240=548 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.47% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #A78DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78DF0 is #58720F. Grayscale: #9F9F9F. Windows color (decimal): -5796368 or 15764903. OLE color: 15764903.

HSL color Cylindrical-coordinate representation of color #A78DF0: hue angle of 255.76º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A78DF0 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 141 240 -
CMYK 0.30 0.41 0 0.06
HSL 255.76º 0.77% 0.75% -
HSV(B) 255.76º 0.41% 0.94% -
XYZ 41.19 33.56 86.74 -
YUV 160.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 167 141 240 0.30 0.41 0 0.06 255.76 0.77 0.75
Hex A7 8D F0 1E 29 0 6 100 4D 4B
Octal 247 215 360 36 51 0 6 400 115 113
Binary 10100111 10001101 11110000 11110 101001 0 110 100000000 1001101 1001011

Color Harmonies of #A78DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78DF0

Black with #A78DF0

Text Example


Text Example

White with #A78DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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