#AF94D0

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

Shades of Biloba Flower #AF94D0

Tints of Biloba Flower #AF94D0

Color information

#AF94D0 (or 0xAF94D0) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and D0. RGB value is (175,148,208). Sum of RGB (Red+Green+Blue) = 175+148+208=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF94D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94D0 is #506B2F. Grayscale: #A2A2A2. Windows color (decimal): -5270320 or 13669551. OLE color: 13669551.

HSL color Cylindrical-coordinate representation of color #AF94D0: hue angle of 267º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF94D0 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175148208-
CMYK0.160.2900.18
HSL267º38.96%69.8%-
HSV(B)267º28.85%81.57%-
XYZ39.6534.8564.31-
YUV162.91153.45136.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 208 (81.64% from 255) = 39.17%
R=32.96%
G=27.87%
B=39.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751482080.160.2900.1826738.9669.8
HexAF94D0101D01210b2746
Octal257224320203502241347106
Binary10101111100101001101000010000111010100101000010111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94D0; }

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

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

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

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

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

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

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

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