#AF8AF9

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

Shades of Biloba Flower #AF8AF9

Tints of Biloba Flower #AF8AF9

Color information

#AF8AF9 (or 0xAF8AF9) is unknown color: approx Biloba Flower. HEX triplet: AF, 8A and F9. RGB value is (175,138,249). Sum of RGB (Red+Green+Blue) = 175+138+249=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF8AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8AF9 is #507506. Grayscale: #A1A1A1. Windows color (decimal): -5272839 or 16353967. OLE color: 16353967.

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

Color convert

RGB175138249-
CMYK0.300.4500.02
HSL260º90.24%75.88%-
HSV(B)260º44.58%97.65%-
XYZ43.8734.1393.9-
YUV161.72177.26137.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 138 (54.30% from 255) = 24.56%
BLUE value IS 249 (97.66% from 255) = 44.31%
R=31.14%
G=24.56%
B=44.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751382490.300.4500.0226090.2475.88
HexAF8AF91E2D021045a4c
Octal257212371365502404132114
Binary1010111110001010111110011111010110101010000010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AF9; }

 p { color: rgb(175,138,249); }

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

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

 a { background-color: rgb(175,138,249); }

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

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

 span { border-color: rgb(175,138,249); }

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