#A78ADD

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

Shades of Biloba Flower #A78ADD

Tints of Biloba Flower #A78ADD

Color information

#A78ADD (or 0xA78ADD) is unknown color: approx Biloba Flower. HEX triplet: A7, 8A and DD. RGB value is (167,138,221). Sum of RGB (Red+Green+Blue) = 167+138+221=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #A78ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ADD is #587522. Grayscale: #9B9B9B. Windows color (decimal): -5797155 or 14518951. OLE color: 14518951.

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

Color convert

RGB167138221-
CMYK0.240.3800.13
HSL260.96º54.97%70.39%-
HSV(B)260.96º37.56%86.67%-
XYZ38.0831.6172.5-
YUV156.13164.61135.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=31.75%
G=26.24%
B=42.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671382210.240.3800.13260.9654.9770.39
HexA78ADD18260D1053746
Octal247212335304601540567106
Binary10100111100010101101110111000100110011011000001011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78ADD; }

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

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

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

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

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

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

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

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