Html Css Color HEX #A78DFA Biloba Flower

📋 copy color: '#A78DFA'

red 167 ◦ green 141 ◦ blue 250

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

Shades of Biloba Flower #A78DFA

Tints of Biloba Flower #A78DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 29.93%
G = 25.27%
B = 44.8%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A78DFA (or 0xA78DFA) is known color: Biloba Flower. HEX triplet: A7, 8D and FA. RGB value is (167,141,250). Sum of RGB (Red+Green+Blue) = 167+141+250=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #A78DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78DFA is #587205. Grayscale: #A0A0A0. Windows color (decimal): -5796358 or 16420263. OLE color: 16420263.

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

Color convert

RGB 167 141 250 -
CMYK 0.33 0.44 0 0.02
HSL 254.31º 0.92% 0.77% -
HSV(B) 254.31º 0.44% 0.98% -
XYZ 42.72 34.17 94.79 -
YUV 161.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 167 141 250 0.33 0.44 0 0.02 254.31 0.92 0.77
Hex A7 8D FA 21 2C 0 2 FE 5C 4D
Octal 247 215 372 41 54 0 2 376 134 115
Binary 10100111 10001101 11111010 100001 101100 0 10 11111110 1011100 1001101

Color Harmonies of #A78DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78DFA

Black with #A78DFA

Text Example


Text Example

White with #A78DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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