#AF93F0

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

Shades of Biloba Flower #AF93F0

Tints of Biloba Flower #AF93F0

Color information

#AF93F0 (or 0xAF93F0) is unknown color: approx Biloba Flower. HEX triplet: AF, 93 and F0. RGB value is (175,147,240). Sum of RGB (Red+Green+Blue) = 175+147+240=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF93F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF93F0 is #506C0F. Grayscale: #A5A5A5. Windows color (decimal): -5270544 or 15766447. OLE color: 15766447.

HSL color Cylindrical-coordinate representation of color #AF93F0: hue angle of 258.06º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF93F0 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175147240-
CMYK0.270.3900.06
HSL258.06º75.61%75.88%-
HSV(B)258.06º38.75%94.12%-
XYZ43.8436.2787.13-
YUV165.97169.78134.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 240 (94.14% from 255) = 42.70%
R=31.14%
G=26.16%
B=42.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751472400.270.3900.06258.0675.6175.88
HexAF93F01B27061024c4c
Octal257223360334706402114114
Binary10101111100100111111000011011100111011010000001010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93F0; }

 p { color: rgb(175,147,240); }

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

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

 a { background-color: rgb(175,147,240); }

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

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

 span { border-color: rgb(175,147,240); }

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