#AF99D7

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

Shades of Biloba Flower #AF99D7

Tints of Biloba Flower #AF99D7

Color information

#AF99D7 (or 0xAF99D7) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and D7. RGB value is (175,153,215). Sum of RGB (Red+Green+Blue) = 175+153+215=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF99D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99D7 is #506628. Grayscale: #A6A6A6. Windows color (decimal): -5269033 or 14129583. OLE color: 14129583.

HSL color Cylindrical-coordinate representation of color #AF99D7: hue angle of 261.29º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF99D7 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175153215-
CMYK0.190.2900.16
HSL261.29º43.66%72.16%-
HSV(B)261.29º28.84%84.31%-
XYZ41.3436.869.21-
YUV166.65155.29133.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 215 (84.38% from 255) = 39.59%
R=32.23%
G=28.18%
B=39.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751532150.190.2900.16261.2943.6672.16
HexAF99D7131D0101052c48
Octal257231327233502040554110
Binary10101111100110011101011110011111010100001000001011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99D7; }

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

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

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

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

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

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

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

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