#A18FCF

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

Shades of Biloba Flower #A18FCF

Tints of Biloba Flower #A18FCF

Color information

#A18FCF (or 0xA18FCF) is unknown color: approx Biloba Flower. HEX triplet: A1, 8F and CF. RGB value is (161,143,207). Sum of RGB (Red+Green+Blue) = 161+143+207=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #A18FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FCF is #5E7030. Grayscale: #9B9B9B. Windows color (decimal): -6189105 or 13602721. OLE color: 13602721.

HSL color Cylindrical-coordinate representation of color #A18FCF: hue angle of 256.88º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A18FCF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161143207-
CMYK0.220.3100.19
HSL256.88º40%68.63%-
HSV(B)256.88º30.92%81.18%-
XYZ35.7831.7363.27-
YUV155.68156.96131.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=31.51%
G=27.98%
B=40.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611432070.220.3100.19256.884068.63
HexA18FCF161F0131012845
Octal241217317263702340150105
Binary10100001100011111100111110110111110100111000000011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FCF; }

 p { color: rgb(161,143,207); }

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

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

 a { background-color: rgb(161,143,207); }

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

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

 span { border-color: rgb(161,143,207); }

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