#AF8ED8

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

Shades of Biloba Flower #AF8ED8

Tints of Biloba Flower #AF8ED8

Color information

#AF8ED8 (or 0xAF8ED8) is unknown color: approx Biloba Flower. HEX triplet: AF, 8E and D8. RGB value is (175,142,216). Sum of RGB (Red+Green+Blue) = 175+142+216=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF8ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ED8 is #507127. Grayscale: #A0A0A0. Windows color (decimal): -5271848 or 14192303. OLE color: 14192303.

HSL color Cylindrical-coordinate representation of color #AF8ED8: hue angle of 266.76º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8ED8 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175142216-
CMYK0.190.3400.15
HSL266.76º48.68%70.2%-
HSV(B)266.76º34.26%84.71%-
XYZ39.7533.4269.32-
YUV160.3159.43138.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=32.83%
G=26.64%
B=40.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751422160.190.3400.15266.7648.6870.2
HexAF8ED813220F10b3146
Octal257216330234201741361106
Binary10101111100011101101100010011100010011111000010111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8ED8; }

 p { color: rgb(175,142,216); }

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

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

 a { background-color: rgb(175,142,216); }

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

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

 span { border-color: rgb(175,142,216); }

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