#AF87D1

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

Shades of Biloba Flower #AF87D1

Tints of Biloba Flower #AF87D1

Color information

#AF87D1 (or 0xAF87D1) is unknown color: approx Biloba Flower. HEX triplet: AF, 87 and D1. RGB value is (175,135,209). Sum of RGB (Red+Green+Blue) = 175+135+209=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF87D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87D1 is #50782E. Grayscale: #9B9B9B. Windows color (decimal): -5273647 or 13731759. OLE color: 13731759.

HSL color Cylindrical-coordinate representation of color #AF87D1: hue angle of 272.43º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF87D1 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175135209-
CMYK0.160.3500.18
HSL272.43º44.58%67.45%-
HSV(B)272.43º35.41%81.96%-
XYZ37.8531.0564.32-
YUV155.4158.25141.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 135 (53.12% from 255) = 26.01%
BLUE value IS 209 (82.03% from 255) = 40.27%
R=33.72%
G=26.01%
B=40.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751352090.160.3500.18272.4344.5867.45
HexAF87D110230121102d43
Octal257207321204302242055103
Binary101011111000011111010001100001000110100101000100001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF87D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF87D1; }

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

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

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

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

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

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

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

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