#AF8FDB

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

Shades of Biloba Flower #AF8FDB

Tints of Biloba Flower #AF8FDB

Color information

#AF8FDB (or 0xAF8FDB) is unknown color: approx Biloba Flower. HEX triplet: AF, 8F and DB. RGB value is (175,143,219). Sum of RGB (Red+Green+Blue) = 175+143+219=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF8FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FDB is #507024. Grayscale: #A0A0A0. Windows color (decimal): -5271589 or 14389167. OLE color: 14389167.

HSL color Cylindrical-coordinate representation of color #AF8FDB: hue angle of 265.26º degrees, saturation: 0.51, 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 #AF8FDB is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175143219-
CMYK0.200.3500.14
HSL265.26º51.35%70.98%-
HSV(B)265.26º34.7%85.88%-
XYZ40.2933.8771.43-
YUV161.23160.6137.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=32.59%
G=26.63%
B=40.78%

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
Decimal1751432190.200.3500.14265.2651.3570.98
HexAF8FDB14230E1093347
Octal257217333244301641163107
Binary10101111100011111101101110100100011011101000010011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FDB; }

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

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

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

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

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

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

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

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