#AF94F7

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

Shades of Biloba Flower #AF94F7

Tints of Biloba Flower #AF94F7

Color information

#AF94F7 (or 0xAF94F7) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and F7. RGB value is (175,148,247). Sum of RGB (Red+Green+Blue) = 175+148+247=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF94F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94F7 is #506B08. Grayscale: #A6A6A6. Windows color (decimal): -5270281 or 16225455. OLE color: 16225455.

HSL color Cylindrical-coordinate representation of color #AF94F7: hue angle of 256.36º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF94F7 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175148247-
CMYK0.290.4000.03
HSL256.36º86.09%77.45%-
HSV(B)256.36º40.08%96.86%-
XYZ45.0637.0192.76-
YUV167.36172.95133.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 148 (58.20% from 255) = 25.96%
BLUE value IS 247 (96.88% from 255) = 43.33%
R=30.70%
G=25.96%
B=43.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751482470.290.4000.03256.3686.0977.45
HexAF94F71D2803100564d
Octal257224367355003400126115
Binary1010111110010100111101111110110100001110000000010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94F7; }

 p { color: rgb(175,148,247); }

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

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

 a { background-color: rgb(175,148,247); }

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

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

 span { border-color: rgb(175,148,247); }

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