Html Css Color HEX #A78AF9 Biloba Flower

📋 copy color: '#A78AF9'

red 167 ◦ green 138 ◦ blue 249

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

Shades of Biloba Flower #A78AF9

Tints of Biloba Flower #A78AF9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.91%

 BLUE value IS 249 (97.66% from 255) = 44.95%

R = 30.14%
G = 24.91%
B = 44.95%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A78AF9 (or 0xA78AF9) is known color: Biloba Flower. HEX triplet: A7, 8A and F9. RGB value is (167,138,249). Sum of RGB (Red+Green+Blue) = 167+138+249=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #A78AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78AF9 is #587506. Grayscale: #9E9E9E. Windows color (decimal): -5797127 or 16353959. OLE color: 16353959.

HSL color Cylindrical-coordinate representation of color #A78AF9: hue angle of 255.68º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A78AF9 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 138 249 -
CMYK 0.33 0.45 0 0.02
HSL 255.68º 0.9% 0.76% -
HSV(B) 255.68º 0.45% 0.98% -
XYZ 42.12 33.23 93.82 -
YUV 159.33 178.61 133.47 -
System Red Green Blue C M Y K H S L
Decimal 167 138 249 0.33 0.45 0 0.02 255.68 0.9 0.76
Hex A7 8A F9 21 2D 0 2 100 5A 4C
Octal 247 212 371 41 55 0 2 400 132 114
Binary 10100111 10001010 11111001 100001 101101 0 10 100000000 1011010 1001100

Color Harmonies of #A78AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78AF9

Black with #A78AF9

Text Example


Text Example

White with #A78AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78AF9; }

 p { color: rgb(167,138,249); }

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

background-color css

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

 a { background-color: rgb(167,138,249); }

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

border-color css

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

 span { border-color: rgb(167,138,249); }

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