#AF9DFA

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

Shades of Biloba Flower #AF9DFA

Tints of Biloba Flower #AF9DFA

Color information

#AF9DFA (or 0xAF9DFA) is unknown color: approx Biloba Flower. HEX triplet: AF, 9D and FA. RGB value is (175,157,250). Sum of RGB (Red+Green+Blue) = 175+157+250=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF9DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9DFA is #506205. Grayscale: #ACACAC. Windows color (decimal): -5267974 or 16424367. OLE color: 16424367.

HSL color Cylindrical-coordinate representation of color #AF9DFA: hue angle of 251.61º 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 #AF9DFA is Cyan = 0.3, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175157250-
CMYK0.30.3700.02
HSL251.61º90.29%79.8%-
HSV(B)251.61º37.2%98.04%-
XYZ46.9940.1395.71-
YUV172.98171.46129.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 157 (61.72% from 255) = 26.98%
BLUE value IS 250 (98.05% from 255) = 42.96%
R=30.07%
G=26.98%
B=42.96%

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
Decimal1751572500.30.3700.02251.6190.2979.8
HexAF9DFA1E2502fc5a50
Octal257235372364502374132120
Binary101011111001110111111010111101001010101111110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DFA; }

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

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

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

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

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

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

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

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