#AF8EDB

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

Shades of Biloba Flower #AF8EDB

Tints of Biloba Flower #AF8EDB

Color information

#AF8EDB (or 0xAF8EDB) is unknown color: approx Biloba Flower. HEX triplet: AF, 8E and DB. RGB value is (175,142,219). Sum of RGB (Red+Green+Blue) = 175+142+219=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF8EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EDB is #507124. Grayscale: #A0A0A0. Windows color (decimal): -5271845 or 14388911. OLE color: 14388911.

HSL color Cylindrical-coordinate representation of color #AF8EDB: hue angle of 265.71º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8EDB is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175142219-
CMYK0.200.3500.14
HSL265.71º51.68%70.78%-
HSV(B)265.71º35.16%85.88%-
XYZ40.1433.5771.38-
YUV160.65160.93138.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 142 (55.86% from 255) = 26.49%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=32.65%
G=26.49%
B=40.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751422190.200.3500.14265.7151.6870.78
HexAF8EDB14230E10a3447
Octal257216333244301641264107
Binary10101111100011101101101110100100011011101000010101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EDB; }

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

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

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

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

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

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

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

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