#AF88E5

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

Shades of Biloba Flower #AF88E5

Tints of Biloba Flower #AF88E5

Color information

#AF88E5 (or 0xAF88E5) is unknown color: approx Biloba Flower. HEX triplet: AF, 88 and E5. RGB value is (175,136,229). Sum of RGB (Red+Green+Blue) = 175+136+229=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF88E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88E5 is #50771A. Grayscale: #9D9D9D. Windows color (decimal): -5273371 or 15042735. OLE color: 15042735.

HSL color Cylindrical-coordinate representation of color #AF88E5: hue angle of 265.16º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF88E5 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175136229-
CMYK0.240.4100.10
HSL265.16º64.14%71.57%-
HSV(B)265.16º40.61%89.8%-
XYZ40.6332.3878.24-
YUV158.26167.92139.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 136 (53.52% from 255) = 25.19%
BLUE value IS 229 (89.84% from 255) = 42.41%
R=32.41%
G=25.19%
B=42.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751362290.240.4100.10265.1664.1471.57
HexAF88E518290A1094048
Octal2572103453051012411100110
Binary101011111000100011100101110001010010101010000100110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88E5; }

 p { color: rgb(175,136,229); }

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

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

 a { background-color: rgb(175,136,229); }

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

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

 span { border-color: rgb(175,136,229); }

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