#AF87E9

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

Shades of Biloba Flower #AF87E9

Tints of Biloba Flower #AF87E9

Color information

#AF87E9 (or 0xAF87E9) is unknown color: approx Biloba Flower. HEX triplet: AF, 87 and E9. RGB value is (175,135,233). Sum of RGB (Red+Green+Blue) = 175+135+233=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF87E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF87E9 is #507816. Grayscale: #9D9D9D. Windows color (decimal): -5273623 or 15304623. OLE color: 15304623.

HSL color Cylindrical-coordinate representation of color #AF87E9: hue angle of 264.49º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF87E9 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175135233-
CMYK0.250.4200.09
HSL264.49º69.01%72.16%-
HSV(B)264.49º42.06%91.37%-
XYZ41.0532.3381.17-
YUV158.13170.25140.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 135 (53.12% from 255) = 24.86%
BLUE value IS 233 (91.41% from 255) = 42.91%
R=32.23%
G=24.86%
B=42.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751352330.250.4200.09264.4969.0172.16
HexAF87E9192A091084548
Octal2572073513152011410105110
Binary101011111000011111101001110011010100100110000100010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF87E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF87E9; }

 p { color: rgb(175,135,233); }

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

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

 a { background-color: rgb(175,135,233); }

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

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

 span { border-color: rgb(175,135,233); }

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