#AF97E2

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

Shades of Biloba Flower #AF97E2

Tints of Biloba Flower #AF97E2

Color information

#AF97E2 (or 0xAF97E2) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and E2. RGB value is (175,151,226). Sum of RGB (Red+Green+Blue) = 175+151+226=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF97E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97E2 is #50681D. Grayscale: #A6A6A6. Windows color (decimal): -5269534 or 14849967. OLE color: 14849967.

HSL color Cylindrical-coordinate representation of color #AF97E2: hue angle of 259.2º degrees, saturation: 0.56, 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 #AF97E2 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175151226-
CMYK0.230.3300.11
HSL259.2º56.39%73.92%-
HSV(B)259.2º33.19%88.63%-
XYZ42.4736.7476.8-
YUV166.73161.45133.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 151 (59.38% from 255) = 27.36%
BLUE value IS 226 (88.67% from 255) = 40.94%
R=31.70%
G=27.36%
B=40.94%

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
Decimal1751512260.230.3300.11259.256.3973.92
HexAF97E217210B103384a
Octal257227342274101340370112
Binary10101111100101111110001010111100001010111000000111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97E2; }

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

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

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

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

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

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

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

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