#A78AD3

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

Shades of Biloba Flower #A78AD3

Tints of Biloba Flower #A78AD3

Color information

#A78AD3 (or 0xA78AD3) is unknown color: approx Biloba Flower. HEX triplet: A7, 8A and D3. RGB value is (167,138,211). Sum of RGB (Red+Green+Blue) = 167+138+211=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 211 - color contains mainly: blue. Hex color #A78AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78AD3 is #58752C. Grayscale: #9A9A9A. Windows color (decimal): -5797165 or 13863591. OLE color: 13863591.

HSL color Cylindrical-coordinate representation of color #A78AD3: hue angle of 263.84º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A78AD3 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB167138211-
CMYK0.210.3500.17
HSL263.84º45.34%68.43%-
HSV(B)263.84º34.6%82.75%-
XYZ36.7831.165.69-
YUV154.99159.61136.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 211 (82.81% from 255) = 40.89%
R=32.36%
G=26.74%
B=40.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1671382110.210.3500.17263.8445.3468.43
HexA78AD315230111082d44
Octal247212323254302141055104
Binary101001111000101011010011101011000110100011000010001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78AD3; }

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

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

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

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

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

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

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

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