#A788CF

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

Shades of Biloba Flower #A788CF

Tints of Biloba Flower #A788CF

Color information

#A788CF (or 0xA788CF) is unknown color: approx Biloba Flower. HEX triplet: A7, 88 and CF. RGB value is (167,136,207). Sum of RGB (Red+Green+Blue) = 167+136+207=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #A788CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788CF is #587730. Grayscale: #999999. Windows color (decimal): -5797681 or 13600935. OLE color: 13600935.

HSL color Cylindrical-coordinate representation of color #A788CF: hue angle of 266.2º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A788CF is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167136207-
CMYK0.190.3400.19
HSL266.2º42.51%67.25%-
HSV(B)266.2º34.3%81.18%-
XYZ3630.3362.99-
YUV153.36158.27137.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=32.75%
G=26.67%
B=40.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671362070.190.3400.19266.242.5167.25
HexA788CF132201310a2b43
Octal247210317234202341253103
Binary101001111000100011001111100111000100100111000010101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A788CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A788CF; }

 p { color: rgb(167,136,207); }

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

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

 a { background-color: rgb(167,136,207); }

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

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

 span { border-color: rgb(167,136,207); }

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