#AF97C6

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

Shades of Biloba Flower #AF97C6

Tints of Biloba Flower #AF97C6

Color information

#AF97C6 (or 0xAF97C6) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and C6. RGB value is (175,151,198). Sum of RGB (Red+Green+Blue) = 175+151+198=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF97C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97C6 is #506839. Grayscale: #A3A3A3. Windows color (decimal): -5269562 or 13014959. OLE color: 13014959.

HSL color Cylindrical-coordinate representation of color #AF97C6: hue angle of 270.64º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF97C6 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175151198-
CMYK0.120.2400.22
HSL270.64º29.19%68.43%-
HSV(B)270.64º23.74%77.65%-
XYZ38.9435.3258.19-
YUV163.53147.45136.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 198 (77.73% from 255) = 37.79%
R=33.40%
G=28.82%
B=37.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751511980.120.2400.22270.6429.1968.43
HexAF97C6C1801610f1d44
Octal257227306143002641735104
Binary101011111001011111000110110011000010110100001111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97C6; }

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

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

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

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

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

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

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

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