#A88FEA

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

Shades of Biloba Flower #A88FEA

Tints of Biloba Flower #A88FEA

Color information

#A88FEA (or 0xA88FEA) is unknown color: approx Biloba Flower. HEX triplet: A8, 8F and EA. RGB value is (168,143,234). Sum of RGB (Red+Green+Blue) = 168+143+234=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #A88FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FEA is #577015. Grayscale: #A0A0A0. Windows color (decimal): -5730326 or 15372200. OLE color: 15372200.

HSL color Cylindrical-coordinate representation of color #A88FEA: hue angle of 256.48º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A88FEA is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168143234-
CMYK0.280.3900.08
HSL256.48º68.42%73.92%-
HSV(B)256.48º38.89%91.76%-
XYZ40.8233.9182.24-
YUV160.85169.28133.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.83%
GREEN value IS 143 (56.25% from 255) = 26.24%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=30.83%
G=26.24%
B=42.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681432340.280.3900.08256.4868.4273.92
HexA88FEA1C2708100444a
Octal2502173523447010400104112
Binary101010001000111111101010111001001110100010000000010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FEA; }

 p { color: rgb(168,143,234); }

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

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

 a { background-color: rgb(168,143,234); }

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

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

 span { border-color: rgb(168,143,234); }

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