#AF99CF

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

Shades of Biloba Flower #AF99CF

Tints of Biloba Flower #AF99CF

Color information

#AF99CF (or 0xAF99CF) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and CF. RGB value is (175,153,207). Sum of RGB (Red+Green+Blue) = 175+153+207=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF99CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99CF is #506630. Grayscale: #A5A5A5. Windows color (decimal): -5269041 or 13605295. OLE color: 13605295.

HSL color Cylindrical-coordinate representation of color #AF99CF: hue angle of 264.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF99CF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175153207-
CMYK0.150.2600.19
HSL264.44º36%70.59%-
HSV(B)264.44º26.09%81.18%-
XYZ40.3336.463.93-
YUV165.73151.29134.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=32.71%
G=28.60%
B=38.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751532070.150.2600.19264.443670.59
HexAF99CFF1A0131082447
Octal257231317173202341044107
Binary1010111110011001110011111111110100100111000010001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99CF; }

 p { color: rgb(175,153,207); }

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

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

 a { background-color: rgb(175,153,207); }

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

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

 span { border-color: rgb(175,153,207); }

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