#A888F5

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

Shades of Biloba Flower #A888F5

Tints of Biloba Flower #A888F5

Color information

#A888F5 (or 0xA888F5) is unknown color: approx Biloba Flower. HEX triplet: A8, 88 and F5. RGB value is (168,136,245). Sum of RGB (Red+Green+Blue) = 168+136+245=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #A888F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888F5 is #57770A. Grayscale: #9D9D9D. Windows color (decimal): -5732107 or 16091304. OLE color: 16091304.

HSL color Cylindrical-coordinate representation of color #A888F5: hue angle of 257.61º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A888F5 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB168136245-
CMYK0.310.4400.04
HSL257.61º84.5%74.71%-
HSV(B)257.61º44.49%96.08%-
XYZ41.4332.5390.48-
YUV157.99177.1135.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.60%
GREEN value IS 136 (53.52% from 255) = 24.77%
BLUE value IS 245 (96.09% from 255) = 44.63%
R=30.60%
G=24.77%
B=44.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681362450.310.4400.04257.6184.574.71
HexA888F51F2C04102544b
Octal250210365375404402124113
Binary10101000100010001111010111111101100010010000001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888F5; }

 p { color: rgb(168,136,245); }

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

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

 a { background-color: rgb(168,136,245); }

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

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

 span { border-color: rgb(168,136,245); }

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