#AF98E0

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

Shades of Biloba Flower #AF98E0

Tints of Biloba Flower #AF98E0

Color information

#AF98E0 (or 0xAF98E0) is unknown color: approx Biloba Flower. HEX triplet: AF, 98 and E0. RGB value is (175,152,224). Sum of RGB (Red+Green+Blue) = 175+152+224=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF98E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98E0 is #50671F. Grayscale: #A6A6A6. Windows color (decimal): -5269280 or 14719151. OLE color: 14719151.

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

Color convert

RGB175152224-
CMYK0.220.3200.12
HSL259.17º53.73%73.73%-
HSV(B)259.17º32.14%87.84%-
XYZ42.3636.9575.42-
YUV167.08160.12133.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 224 (87.89% from 255) = 40.65%
R=31.76%
G=27.59%
B=40.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751522240.220.3200.12259.1753.7373.73
HexAF98E016200C103364a
Octal257230340264001440366112
Binary10101111100110001110000010110100000011001000000111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98E0; }

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

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

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

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

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

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

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

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