#af85f5

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

Shades of Biloba Flower #AF85F5

Tints of Biloba Flower #AF85F5

Color information

#AF85F5 (or 0xAF85F5) is unknown color: approx Biloba Flower. HEX triplet: AF, 85 and F5. RGB value is (175,133,245). Sum of RGB (Red+Green+Blue) = 175+133+245=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF85F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF85F5 is #507A0A. Grayscale: #9D9D9D. Windows color (decimal): -5274123 or 16090543. OLE color: 16090543.

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

Color convert

RGB175133245-
CMYK0.290.4600.04
HSL262.5º84.85%74.12%-
HSV(B)262.5º45.71%96.08%-
XYZ42.5532.4890.41-
YUV158.33176.91139.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 245 (96.09% from 255) = 44.30%
R=31.65%
G=24.05%
B=44.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751332450.290.4600.04262.584.8574.12
HexAF85F51D2E04106554a
Octal257205365355604406125112
Binary10101111100001011111010111101101110010010000011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af85f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af85f5; }

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

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

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

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

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

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

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

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