#AF97D0

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

Shades of Biloba Flower #AF97D0

Tints of Biloba Flower #AF97D0

Color information

#AF97D0 (or 0xAF97D0) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and D0. RGB value is (175,151,208). Sum of RGB (Red+Green+Blue) = 175+151+208=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF97D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97D0 is #50682F. Grayscale: #A4A4A4. Windows color (decimal): -5269552 or 13670319. OLE color: 13670319.

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

Color convert

RGB175151208-
CMYK0.160.2700.18
HSL265.26º37.75%70.39%-
HSV(B)265.26º27.4%81.57%-
XYZ40.1335.864.47-
YUV164.67152.45135.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=32.77%
G=28.28%
B=38.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751512080.160.2700.18265.2637.7570.39
HexAF97D0101B0121092646
Octal257227320203302241146106
Binary10101111100101111101000010000110110100101000010011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97D0; }

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

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

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

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

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

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

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

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