Html Css Color HEX #A78CF8 Biloba Flower

📋 copy color: '#A78CF8'

red 167 ◦ green 140 ◦ blue 248

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

Shades of Biloba Flower #A78CF8

Tints of Biloba Flower #A78CF8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.23%

 BLUE value IS 248 (97.27% from 255) = 44.68%

R = 30.09%
G = 25.23%
B = 44.68%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A78CF8 (or 0xA78CF8) is known color: Biloba Flower. HEX triplet: A7, 8C and F8. RGB value is (167,140,248). Sum of RGB (Red+Green+Blue) = 167+140+248=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #A78CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78CF8 is #587307. Grayscale: #9F9F9F. Windows color (decimal): -5796616 or 16288935. OLE color: 16288935.

HSL color Cylindrical-coordinate representation of color #A78CF8: hue angle of 255º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A78CF8 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 167 140 248 -
CMYK 0.33 0.44 0 0.03
HSL 255º 0.89% 0.76% -
HSV(B) 255º 0.44% 0.97% -
XYZ 42.26 33.75 93.09 -
YUV 160.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 167 140 248 0.33 0.44 0 0.03 255 0.89 0.76
Hex A7 8C F8 21 2C 0 3 FF 59 4C
Octal 247 214 370 41 54 0 3 377 131 114
Binary 10100111 10001100 11111000 100001 101100 0 11 11111111 1011001 1001100

Color Harmonies of #A78CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78CF8

Black with #A78CF8

Text Example


Text Example

White with #A78CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78CF8; }

 p { color: rgb(167,140,248); }

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

background-color css

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

 a { background-color: rgb(167,140,248); }

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

border-color css

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

 span { border-color: rgb(167,140,248); }

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