#A78CEA

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

Shades of Biloba Flower #A78CEA

Tints of Biloba Flower #A78CEA

Color information

#A78CEA (or 0xA78CEA) is unknown color: approx Biloba Flower. HEX triplet: A7, 8C and EA. RGB value is (167,140,234). Sum of RGB (Red+Green+Blue) = 167+140+234=541 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.87% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #A78CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78CEA is #587315. Grayscale: #9E9E9E. Windows color (decimal): -5796630 or 15371431. OLE color: 15371431.

HSL color Cylindrical-coordinate representation of color #A78CEA: hue angle of 257.23º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A78CEA is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167140234-
CMYK0.290.4000.08
HSL257.23º69.12%73.33%-
HSV(B)257.23º40.17%91.76%-
XYZ40.1732.9182.08-
YUV158.79170.45133.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.87%
GREEN value IS 140 (55.08% from 255) = 25.88%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=30.87%
G=25.88%
B=43.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671402340.290.4000.08257.2369.1273.33
HexA78CEA1D28081014549
Octal2472143523550010401105111
Binary101001111000110011101010111011010000100010000000110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78CEA; }

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

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

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

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

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

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

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

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