#A78AFA

Color #A78AFA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A78AFA

Tints of Biloba Flower #A78AFA

Color information

#A78AFA (or 0xA78AFA) is unknown color: approx Biloba Flower. HEX triplet: A7, 8A and FA. RGB value is (167,138,250). Sum of RGB (Red+Green+Blue) = 167+138+250=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #A78AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78AFA is #587505. Grayscale: #9F9F9F. Windows color (decimal): -5797126 or 16419495. OLE color: 16419495.

HSL color Cylindrical-coordinate representation of color #A78AFA: hue angle of 255.54º degrees, saturation: 0.92, 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 #A78AFA is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167138250-
CMYK0.330.4500.02
HSL255.54º91.8%76.08%-
HSV(B)255.54º44.8%98.04%-
XYZ42.2833.2994.64-
YUV159.44179.11133.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.09%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=30.09%
G=24.86%
B=45.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671382500.330.4500.02255.5491.876.08
HexA78AFA212D021005c4c
Octal247212372415502400134114
Binary10100111100010101111101010000110110101010000000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78AFA; }

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

 H1.HeaderClassName
 {
   color: #A78AFA;
 }
 .AnyTagClassName
 {
   color: #A78AFA;
 }
</style>
background-color css

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

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

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

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

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

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