#AF98E4

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

Shades of Biloba Flower #AF98E4

Tints of Biloba Flower #AF98E4

Color information

#AF98E4 (or 0xAF98E4) is unknown color: approx Biloba Flower. HEX triplet: AF, 98 and E4. RGB value is (175,152,228). Sum of RGB (Red+Green+Blue) = 175+152+228=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF98E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98E4 is #50671B. Grayscale: #A7A7A7. Windows color (decimal): -5269276 or 14981295. OLE color: 14981295.

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

Color convert

RGB175152228-
CMYK0.230.3300.11
HSL258.16º58.46%74.51%-
HSV(B)258.16º33.33%89.41%-
XYZ42.9137.1778.31-
YUV167.54162.12133.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 152 (59.77% from 255) = 27.39%
BLUE value IS 228 (89.45% from 255) = 41.08%
R=31.53%
G=27.39%
B=41.08%

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
Decimal1751522280.230.3300.11258.1658.4674.51
HexAF98E417210B1023a4b
Octal257230344274101340272113
Binary10101111100110001110010010111100001010111000000101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98E4; }

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

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

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

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

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

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

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

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