#AF86D5

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

Shades of Biloba Flower #AF86D5

Tints of Biloba Flower #AF86D5

Color information

#AF86D5 (or 0xAF86D5) is unknown color: approx Biloba Flower. HEX triplet: AF, 86 and D5. RGB value is (175,134,213). Sum of RGB (Red+Green+Blue) = 175+134+213=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF86D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF86D5 is #50792A. Grayscale: #9A9A9A. Windows color (decimal): -5273899 or 13993647. OLE color: 13993647.

HSL color Cylindrical-coordinate representation of color #AF86D5: hue angle of 271.14º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF86D5 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175134213-
CMYK0.180.3700.16
HSL271.14º48.47%68.04%-
HSV(B)271.14º37.09%83.53%-
XYZ38.2130.9766.91-
YUV155.27160.58142.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 213 (83.59% from 255) = 40.80%
R=33.52%
G=25.67%
B=40.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751342130.180.3700.16271.1448.4768.04
HexAF86D5122501010f3044
Octal257206325224502041760104
Binary101011111000011011010101100101001010100001000011111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF86D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF86D5; }

 p { color: rgb(175,134,213); }

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

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

 a { background-color: rgb(175,134,213); }

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

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

 span { border-color: rgb(175,134,213); }

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