#AF9BF2

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

Shades of Biloba Flower #AF9BF2

Tints of Biloba Flower #AF9BF2

Color information

#AF9BF2 (or 0xAF9BF2) is unknown color: approx Biloba Flower. HEX triplet: AF, 9B and F2. RGB value is (175,155,242). Sum of RGB (Red+Green+Blue) = 175+155+242=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF9BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9BF2 is #50640D. Grayscale: #AAAAAA. Windows color (decimal): -5268494 or 15899567. OLE color: 15899567.

HSL color Cylindrical-coordinate representation of color #AF9BF2: hue angle of 253.79º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF9BF2 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175155242-
CMYK0.280.3600.05
HSL253.79º76.99%77.84%-
HSV(B)253.79º35.95%94.9%-
XYZ45.4338.9789.13-
YUV170.9168.13130.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 155 (60.94% from 255) = 27.10%
BLUE value IS 242 (94.92% from 255) = 42.31%
R=30.59%
G=27.10%
B=42.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751552420.280.3600.05253.7976.9977.84
HexAF9BF21C2405fe4d4e
Octal257233362344405376115116
Binary1010111110011011111100101110010010001011111111010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9BF2; }

 p { color: rgb(175,155,242); }

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

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

 a { background-color: rgb(175,155,242); }

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

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

 span { border-color: rgb(175,155,242); }

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