#A78DCD

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

Shades of Biloba Flower #A78DCD

Tints of Biloba Flower #A78DCD

Color information

#A78DCD (or 0xA78DCD) is unknown color: approx Biloba Flower. HEX triplet: A7, 8D and CD. RGB value is (167,141,205). Sum of RGB (Red+Green+Blue) = 167+141+205=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #A78DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DCD is #587232. Grayscale: #9B9B9B. Windows color (decimal): -5796403 or 13471143. OLE color: 13471143.

HSL color Cylindrical-coordinate representation of color #A78DCD: hue angle of 264.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A78DCD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167141205-
CMYK0.190.3100.20
HSL264.38º39.02%67.84%-
HSV(B)264.38º31.22%80.39%-
XYZ36.4831.6761.95-
YUV156.07155.61135.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.55%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=32.55%
G=27.49%
B=39.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671412050.190.3100.20264.3839.0267.84
HexA78DCD131F0141082744
Octal247215315233702441047104
Binary10100111100011011100110110011111110101001000010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DCD; }

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

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

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

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

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

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

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

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