#AF80DF

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

Shades of Biloba Flower #AF80DF

Tints of Biloba Flower #AF80DF

Color information

#AF80DF (or 0xAF80DF) is unknown color: approx Biloba Flower. HEX triplet: AF, 80 and DF. RGB value is (175,128,223). Sum of RGB (Red+Green+Blue) = 175+128+223=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF80DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80DF is #507F20. Grayscale: #989898. Windows color (decimal): -5275425 or 14647471. OLE color: 14647471.

HSL color Cylindrical-coordinate representation of color #AF80DF: hue angle of 269.68º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF80DF is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175128223-
CMYK0.220.4300.13
HSL269.68º59.75%68.82%-
HSV(B)269.68º42.6%87.45%-
XYZ38.7229.8873.54-
YUV152.88167.57143.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=33.27%
G=24.33%
B=42.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751282230.220.4300.13269.6859.7568.82
HexAF80DF162B0D10e3c45
Octal257200337265301541674105
Binary10101111100000001101111110110101011011011000011101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80DF; }

 p { color: rgb(175,128,223); }

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

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

 a { background-color: rgb(175,128,223); }

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

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

 span { border-color: rgb(175,128,223); }

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