#a78cd5

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

Shades of Biloba Flower #A78CD5

Tints of Biloba Flower #A78CD5

Color information

#A78CD5 (or 0xA78CD5) is unknown color: approx Biloba Flower. HEX triplet: A7, 8C and D5. RGB value is (167,140,213). Sum of RGB (Red+Green+Blue) = 167+140+213=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #A78CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CD5 is #58732A. Grayscale: #9C9C9C. Windows color (decimal): -5796651 or 13995175. OLE color: 13995175.

HSL color Cylindrical-coordinate representation of color #A78CD5: hue angle of 262.19º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A78CD5 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167140213-
CMYK0.220.3400.16
HSL262.19º46.5%69.22%-
HSV(B)262.19º34.27%83.53%-
XYZ37.3231.7867.12-
YUV156.4159.95135.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.12%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=32.12%
G=26.92%
B=40.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671402130.220.3400.16262.1946.569.22
HexA78CD516220101062e45
Octal247214325264202040656105
Binary101001111000110011010101101101000100100001000001101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a78cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a78cd5; }

 p { color: rgb(167,140,213); }

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

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

 a { background-color: rgb(167,140,213); }

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

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

 span { border-color: rgb(167,140,213); }

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