#AF9DCF

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

Shades of Biloba Flower #AF9DCF

Tints of Biloba Flower #AF9DCF

Color information

#AF9DCF (or 0xAF9DCF) is unknown color: approx Biloba Flower. HEX triplet: AF, 9D and CF. RGB value is (175,157,207). Sum of RGB (Red+Green+Blue) = 175+157+207=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF9DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DCF is #506230. Grayscale: #A7A7A7. Windows color (decimal): -5268017 or 13606319. OLE color: 13606319.

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

Color convert

RGB175157207-
CMYK0.150.2400.19
HSL261.6º34.25%71.37%-
HSV(B)261.6º24.15%81.18%-
XYZ4137.7364.15-
YUV168.08149.96132.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=32.47%
G=29.13%
B=38.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751572070.150.2400.19261.634.2571.37
HexAF9DCFF180131062247
Octal257235317173002340642107
Binary1010111110011101110011111111110000100111000001101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DCF; }

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

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

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

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

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

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

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

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