#AF97E0

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

Shades of Biloba Flower #AF97E0

Tints of Biloba Flower #AF97E0

Color information

#AF97E0 (or 0xAF97E0) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and E0. RGB value is (175,151,224). Sum of RGB (Red+Green+Blue) = 175+151+224=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF97E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97E0 is #50681F. Grayscale: #A6A6A6. Windows color (decimal): -5269536 or 14718895. OLE color: 14718895.

HSL color Cylindrical-coordinate representation of color #AF97E0: hue angle of 259.73º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF97E0 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175151224-
CMYK0.220.3300.12
HSL259.73º54.07%73.53%-
HSV(B)259.73º32.59%87.84%-
XYZ42.236.6375.37-
YUV166.5160.45134.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 224 (87.89% from 255) = 40.73%
R=31.82%
G=27.45%
B=40.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751512240.220.3300.12259.7354.0773.53
HexAF97E016210C104364a
Octal257227340264101440466112
Binary10101111100101111110000010110100001011001000001001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97E0; }

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

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

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

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

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

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

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

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