#AF9FFA

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

Shades of Biloba Flower #AF9FFA

Tints of Biloba Flower #AF9FFA

Color information

#AF9FFA (or 0xAF9FFA) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and FA. RGB value is (175,159,250). Sum of RGB (Red+Green+Blue) = 175+159+250=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF9FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9FFA is #506005. Grayscale: #ADADAD. Windows color (decimal): -5267462 or 16424879. OLE color: 16424879.

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

Color convert

RGB175159250-
CMYK0.30.3600.02
HSL250.55º90.1%80.2%-
HSV(B)250.55º36.4%98.04%-
XYZ47.3340.8195.83-
YUV174.16170.8128.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=29.97%
G=27.23%
B=42.81%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751592500.30.3600.02250.5590.180.2
HexAF9FFA1E2402fb5a50
Octal257237372364402373132120
Binary101011111001111111111010111101001000101111101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FFA; }

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

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

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

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

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

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

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

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