#AF97DA

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

Shades of Biloba Flower #AF97DA

Tints of Biloba Flower #AF97DA

Color information

#AF97DA (or 0xAF97DA) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and DA. RGB value is (175,151,218). Sum of RGB (Red+Green+Blue) = 175+151+218=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF97DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97DA is #506825. Grayscale: #A5A5A5. Windows color (decimal): -5269542 or 14325679. OLE color: 14325679.

HSL color Cylindrical-coordinate representation of color #AF97DA: hue angle of 261.49º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF97DA is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175151218-
CMYK0.200.3100.15
HSL261.49º47.52%72.35%-
HSV(B)261.49º30.73%85.49%-
XYZ41.436.3171.16-
YUV165.81157.45134.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 151 (59.38% from 255) = 27.76%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=32.17%
G=27.76%
B=40.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751512180.200.3100.15261.4947.5272.35
HexAF97DA141F0F1053048
Octal257227332243701740560110
Binary1010111110010111110110101010011111011111000001011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97DA; }

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

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

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

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

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

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

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

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