Html Css Color HEX #A78FF0 Biloba Flower

📋 copy color: '#A78FF0'

red 167 ◦ green 143 ◦ blue 240

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

Shades of Biloba Flower #A78FF0

Tints of Biloba Flower #A78FF0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26%

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

R = 30.36%
G = 26%
B = 43.64%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A78FF0 (or 0xA78FF0) is known color: Biloba Flower. HEX triplet: A7, 8F and F0. RGB value is (167,143,240). Sum of RGB (Red+Green+Blue) = 167+143+240=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #A78FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78FF0 is #58700F. Grayscale: #A0A0A0. Windows color (decimal): -5795856 or 15765415. OLE color: 15765415.

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

Color convert

RGB 167 143 240 -
CMYK 0.30 0.40 0 0.06
HSL 254.85º 0.76% 0.75% -
HSV(B) 254.85º 0.4% 0.94% -
XYZ 41.49 34.15 86.84 -
YUV 161.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 167 143 240 0.30 0.40 0 0.06 254.85 0.76 0.75
Hex A7 8F F0 1E 28 0 6 FF 4C 4B
Octal 247 217 360 36 50 0 6 377 114 113
Binary 10100111 10001111 11110000 11110 101000 0 110 11111111 1001100 1001011

Color Harmonies of #A78FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78FF0

Black with #A78FF0

Text Example


Text Example

White with #A78FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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