#AF87F8

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

Shades of Biloba Flower #AF87F8

Tints of Biloba Flower #AF87F8

Color information

#AF87F8 (or 0xAF87F8) is unknown color: approx Biloba Flower. HEX triplet: AF, 87 and F8. RGB value is (175,135,248). Sum of RGB (Red+Green+Blue) = 175+135+248=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF87F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF87F8 is #507807. Grayscale: #9F9F9F. Windows color (decimal): -5273608 or 16287663. OLE color: 16287663.

HSL color Cylindrical-coordinate representation of color #AF87F8: hue angle of 261.24º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF87F8 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175135248-
CMYK0.290.4600.03
HSL261.24º88.98%75.1%-
HSV(B)261.24º45.56%97.25%-
XYZ43.2933.2292.94-
YUV159.84177.75138.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 135 (53.12% from 255) = 24.19%
BLUE value IS 248 (97.27% from 255) = 44.44%
R=31.36%
G=24.19%
B=44.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751352480.290.4600.03261.2488.9875.1
HexAF87F81D2E03105594b
Octal257207370355603405131113
Binary1010111110000111111110001110110111001110000010110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF87F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF87F8; }

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

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

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

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

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

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

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

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