#AF93E6

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

Shades of Biloba Flower #AF93E6

Tints of Biloba Flower #AF93E6

Color information

#AF93E6 (or 0xAF93E6) is unknown color: approx Biloba Flower. HEX triplet: AF, 93 and E6. RGB value is (175,147,230). Sum of RGB (Red+Green+Blue) = 175+147+230=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF93E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF93E6 is #506C19. Grayscale: #A4A4A4. Windows color (decimal): -5270554 or 15111087. OLE color: 15111087.

HSL color Cylindrical-coordinate representation of color #AF93E6: hue angle of 260.24º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF93E6 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175147230-
CMYK0.240.3600.10
HSL260.24º62.41%73.92%-
HSV(B)260.24º36.09%90.2%-
XYZ42.435.6979.52-
YUV164.83164.78135.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 147 (57.81% from 255) = 26.63%
BLUE value IS 230 (90.23% from 255) = 41.67%
R=31.70%
G=26.63%
B=41.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751472300.240.3600.10260.2462.4173.92
HexAF93E618240A1043e4a
Octal257223346304401240476112
Binary10101111100100111110011011000100100010101000001001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93E6; }

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

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

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

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

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

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

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

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