#A78ADE

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

Shades of Biloba Flower #A78ADE

Tints of Biloba Flower #A78ADE

Color information

#A78ADE (or 0xA78ADE) is unknown color: approx Biloba Flower. HEX triplet: A7, 8A and DE. RGB value is (167,138,222). Sum of RGB (Red+Green+Blue) = 167+138+222=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #A78ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ADE is #587521. Grayscale: #9B9B9B. Windows color (decimal): -5797154 or 14584487. OLE color: 14584487.

HSL color Cylindrical-coordinate representation of color #A78ADE: hue angle of 260.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A78ADE is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167138222-
CMYK0.250.3800.13
HSL260.71º56%70.59%-
HSV(B)260.71º37.84%87.06%-
XYZ38.2131.6773.21-
YUV156.25165.11135.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.69%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=31.69%
G=26.19%
B=42.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671382220.250.3800.13260.715670.59
HexA78ADE19260D1053847
Octal247212336314601540570107
Binary10100111100010101101111011001100110011011000001011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78ADE; }

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

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

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

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

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

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

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

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