#AF8ED5

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

Shades of Biloba Flower #AF8ED5

Tints of Biloba Flower #AF8ED5

Color information

#AF8ED5 (or 0xAF8ED5) is unknown color: approx Biloba Flower. HEX triplet: AF, 8E and D5. RGB value is (175,142,213). Sum of RGB (Red+Green+Blue) = 175+142+213=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF8ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ED5 is #50712A. Grayscale: #9F9F9F. Windows color (decimal): -5271851 or 13995695. OLE color: 13995695.

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

Color convert

RGB175142213-
CMYK0.180.3300.16
HSL267.89º45.81%69.61%-
HSV(B)267.89º33.33%83.53%-
XYZ39.3633.2667.3-
YUV159.96157.93138.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 142 (55.86% from 255) = 26.79%
BLUE value IS 213 (83.59% from 255) = 40.19%
R=33.02%
G=26.79%
B=40.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751422130.180.3300.16267.8945.8169.61
HexAF8ED5122101010c2e46
Octal257216325224102041456106
Binary101011111000111011010101100101000010100001000011001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8ED5; }

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

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

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

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

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

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

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

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