#AF94DF

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

Shades of Biloba Flower #AF94DF

Tints of Biloba Flower #AF94DF

Color information

#AF94DF (or 0xAF94DF) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and DF. RGB value is (175,148,223). Sum of RGB (Red+Green+Blue) = 175+148+223=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF94DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94DF is #506B20. Grayscale: #A4A4A4. Windows color (decimal): -5270305 or 14652591. OLE color: 14652591.

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

Color convert

RGB175148223-
CMYK0.220.3400.13
HSL261.6º53.96%72.75%-
HSV(B)261.6º33.63%87.45%-
XYZ41.5935.6274.5-
YUV164.62160.95135.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 148 (58.20% from 255) = 27.11%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=32.05%
G=27.11%
B=40.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751482230.220.3400.13261.653.9672.75
HexAF94DF16220D1063649
Octal257224337264201540666111
Binary10101111100101001101111110110100010011011000001101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94DF; }

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

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

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

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

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

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

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

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