#AF97E3

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

Shades of Biloba Flower #AF97E3

Tints of Biloba Flower #AF97E3

Color information

#AF97E3 (or 0xAF97E3) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and E3. RGB value is (175,151,227). Sum of RGB (Red+Green+Blue) = 175+151+227=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF97E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97E3 is #50681C. Grayscale: #A6A6A6. Windows color (decimal): -5269533 or 14915503. OLE color: 14915503.

HSL color Cylindrical-coordinate representation of color #AF97E3: hue angle of 258.95º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF97E3 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175151227-
CMYK0.230.3300.11
HSL258.95º57.58%74.12%-
HSV(B)258.95º33.48%89.02%-
XYZ42.6136.7977.53-
YUV166.84161.95133.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 151 (59.38% from 255) = 27.31%
BLUE value IS 227 (89.06% from 255) = 41.05%
R=31.65%
G=27.31%
B=41.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751512270.230.3300.11258.9557.5874.12
HexAF97E317210B1033a4a
Octal257227343274101340372112
Binary10101111100101111110001110111100001010111000000111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97E3; }

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

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

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

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

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

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

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

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