#AF8EDD

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

Shades of Biloba Flower #AF8EDD

Tints of Biloba Flower #AF8EDD

Color information

#AF8EDD (or 0xAF8EDD) is unknown color: approx Biloba Flower. HEX triplet: AF, 8E and DD. RGB value is (175,142,221). Sum of RGB (Red+Green+Blue) = 175+142+221=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF8EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EDD is #507122. Grayscale: #A0A0A0. Windows color (decimal): -5271843 or 14519983. OLE color: 14519983.

HSL color Cylindrical-coordinate representation of color #AF8EDD: hue angle of 265.06º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF8EDD is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175142221-
CMYK0.210.3600.13
HSL265.06º53.74%71.18%-
HSV(B)265.06º35.75%86.67%-
XYZ40.433.6872.78-
YUV160.87161.93138.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 142 (55.86% from 255) = 26.39%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=32.53%
G=26.39%
B=41.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751422210.210.3600.13265.0653.7471.18
HexAF8EDD15240D1093647
Octal257216335254401541166107
Binary10101111100011101101110110101100100011011000010011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EDD; }

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

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

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

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

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

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

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

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