#A787D5

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

Shades of Biloba Flower #A787D5

Tints of Biloba Flower #A787D5

Color information

#A787D5 (or 0xA787D5) is unknown color: approx Biloba Flower. HEX triplet: A7, 87 and D5. RGB value is (167,135,213). Sum of RGB (Red+Green+Blue) = 167+135+213=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #A787D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A787D5 is #58782A. Grayscale: #999999. Windows color (decimal): -5797931 or 13993895. OLE color: 13993895.

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

Color convert

RGB167135213-
CMYK0.220.3700.16
HSL264.62º48.15%68.24%-
HSV(B)264.62º36.62%83.53%-
XYZ36.6130.3566.88-
YUV153.46161.6137.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 135 (53.12% from 255) = 26.21%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=32.43%
G=26.21%
B=41.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671352130.220.3700.16264.6248.1568.24
HexA787D516250101093044
Octal247207325264502041160104
Binary101001111000011111010101101101001010100001000010011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A787D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A787D5; }

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

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

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

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

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

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

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

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