#AF97D7

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

Shades of Biloba Flower #AF97D7

Tints of Biloba Flower #AF97D7

Color information

#AF97D7 (or 0xAF97D7) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and D7. RGB value is (175,151,215). Sum of RGB (Red+Green+Blue) = 175+151+215=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF97D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97D7 is #506828. Grayscale: #A5A5A5. Windows color (decimal): -5269545 or 14129071. OLE color: 14129071.

HSL color Cylindrical-coordinate representation of color #AF97D7: hue angle of 262.5º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF97D7 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175151215-
CMYK0.190.3000.16
HSL262.5º44.44%71.76%-
HSV(B)262.5º29.77%84.31%-
XYZ41.0136.1569.11-
YUV165.47155.95134.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 215 (84.38% from 255) = 39.74%
R=32.35%
G=27.91%
B=39.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751512150.190.3000.16262.544.4471.76
HexAF97D7131E0101062c48
Octal257227327233602040654110
Binary10101111100101111101011110011111100100001000001101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97D7; }

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

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

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

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

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

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

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

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