#AF97CD

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

Shades of Biloba Flower #AF97CD

Tints of Biloba Flower #AF97CD

Color information

#AF97CD (or 0xAF97CD) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and CD. RGB value is (175,151,205). Sum of RGB (Red+Green+Blue) = 175+151+205=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF97CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97CD is #506832. Grayscale: #A4A4A4. Windows color (decimal): -5269555 or 13473711. OLE color: 13473711.

HSL color Cylindrical-coordinate representation of color #AF97CD: hue angle of 266.67º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF97CD is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175151205-
CMYK0.150.2600.20
HSL266.67º35.06%69.8%-
HSV(B)266.67º26.34%80.39%-
XYZ39.7735.6562.54-
YUV164.33150.95135.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=32.96%
G=28.44%
B=38.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751512050.150.2600.20266.6735.0669.8
HexAF97CDF1A01410b2346
Octal257227315173202441343106
Binary1010111110010111110011011111110100101001000010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97CD; }

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

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

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

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

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

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

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

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