#AF97EA

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

Shades of Biloba Flower #AF97EA

Tints of Biloba Flower #AF97EA

Color information

#AF97EA (or 0xAF97EA) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and EA. RGB value is (175,151,234). Sum of RGB (Red+Green+Blue) = 175+151+234=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF97EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF97EA is #506815. Grayscale: #A7A7A7. Windows color (decimal): -5269526 or 15374255. OLE color: 15374255.

HSL color Cylindrical-coordinate representation of color #AF97EA: hue angle of 257.35º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF97EA is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175151234-
CMYK0.250.3500.08
HSL257.35º66.4%75.49%-
HSV(B)257.35º35.47%91.76%-
XYZ43.637.1982.72-
YUV167.64165.45133.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 151 (59.38% from 255) = 26.96%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=31.25%
G=26.96%
B=41.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751512340.250.3500.08257.3566.475.49
HexAF97EA192308101424b
Octal2572273523143010401102113
Binary101011111001011111101010110011000110100010000000110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97EA; }

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

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

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

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

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

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

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

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