#AF99D6

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

Shades of Biloba Flower #AF99D6

Tints of Biloba Flower #AF99D6

Color information

#AF99D6 (or 0xAF99D6) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and D6. RGB value is (175,153,214). Sum of RGB (Red+Green+Blue) = 175+153+214=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF99D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99D6 is #506629. Grayscale: #A6A6A6. Windows color (decimal): -5269034 or 14064047. OLE color: 14064047.

HSL color Cylindrical-coordinate representation of color #AF99D6: hue angle of 261.64º degrees, saturation: 0.43, 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 #AF99D6 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175153214-
CMYK0.180.2900.16
HSL261.64º42.66%71.96%-
HSV(B)261.64º28.5%83.92%-
XYZ41.2136.7568.54-
YUV166.53154.79134.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 214 (83.98% from 255) = 39.48%
R=32.29%
G=28.23%
B=39.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751532140.180.2900.16261.6442.6671.96
HexAF99D6121D0101062b48
Octal257231326223502040653110
Binary10101111100110011101011010010111010100001000001101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99D6; }

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

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

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

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

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

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

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

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