#AF9AF5

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

Shades of Biloba Flower #AF9AF5

Tints of Biloba Flower #AF9AF5

Color information

#AF9AF5 (or 0xAF9AF5) is unknown color: approx Biloba Flower. HEX triplet: AF, 9A and F5. RGB value is (175,154,245). Sum of RGB (Red+Green+Blue) = 175+154+245=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF9AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9AF5 is #50650A. Grayscale: #AAAAAA. Windows color (decimal): -5268747 or 16095919. OLE color: 16095919.

HSL color Cylindrical-coordinate representation of color #AF9AF5: hue angle of 253.85º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF9AF5 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175154245-
CMYK0.290.3700.04
HSL253.85º81.98%78.24%-
HSV(B)253.85º37.14%96.08%-
XYZ45.7238.8291.47-
YUV170.65169.96131.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 154 (60.55% from 255) = 26.83%
BLUE value IS 245 (96.09% from 255) = 42.68%
R=30.49%
G=26.83%
B=42.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751542450.290.3700.04253.8581.9878.24
HexAF9AF51D2504fe524e
Octal257232365354504376122116
Binary1010111110011010111101011110110010101001111111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AF5; }

 p { color: rgb(175,154,245); }

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

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

 a { background-color: rgb(175,154,245); }

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

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

 span { border-color: rgb(175,154,245); }

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