#A78DD3

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

Shades of Biloba Flower #A78DD3

Tints of Biloba Flower #A78DD3

Color information

#A78DD3 (or 0xA78DD3) is unknown color: approx Biloba Flower. HEX triplet: A7, 8D and D3. RGB value is (167,141,211). Sum of RGB (Red+Green+Blue) = 167+141+211=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 211 - color contains mainly: blue. Hex color #A78DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DD3 is #58722C. Grayscale: #9C9C9C. Windows color (decimal): -5796397 or 13864359. OLE color: 13864359.

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

Color convert

RGB167141211-
CMYK0.210.3300.17
HSL262.29º44.3%69.02%-
HSV(B)262.29º33.18%82.75%-
XYZ37.2231.9765.84-
YUV156.75158.61135.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 211 (82.81% from 255) = 40.66%
R=32.18%
G=27.17%
B=40.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1671412110.210.3300.17262.2944.369.02
HexA78DD315210111062c45
Octal247215323254102140654105
Binary101001111000110111010011101011000010100011000001101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DD3; }

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

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

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

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

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

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

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

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