#AF9EFA

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

Shades of Biloba Flower #AF9EFA

Tints of Biloba Flower #AF9EFA

Color information

#AF9EFA (or 0xAF9EFA) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and FA. RGB value is (175,158,250). Sum of RGB (Red+Green+Blue) = 175+158+250=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF9EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9EFA is #506105. Grayscale: #ADADAD. Windows color (decimal): -5267718 or 16424623. OLE color: 16424623.

HSL color Cylindrical-coordinate representation of color #AF9EFA: hue angle of 251.09º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF9EFA is Cyan = 0.3, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175158250-
CMYK0.30.3700.02
HSL251.09º90.2%80%-
HSV(B)251.09º36.8%98.04%-
XYZ47.1640.4795.77-
YUV173.57171.13129.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 158 (62.11% from 255) = 27.10%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=30.02%
G=27.10%
B=42.88%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751582500.30.3700.02251.0990.280
HexAF9EFA1E2502fb5a50
Octal257236372364502373132120
Binary101011111001111011111010111101001010101111101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EFA; }

 p { color: rgb(175,158,250); }

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

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

 a { background-color: rgb(175,158,250); }

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

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

 span { border-color: rgb(175,158,250); }

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