#AF93FE

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

Shades of Biloba Flower #AF93FE

Tints of Biloba Flower #AF93FE

Color information

#AF93FE (or 0xAF93FE) is unknown color: approx Biloba Flower. HEX triplet: AF, 93 and FE. RGB value is (175,147,254). Sum of RGB (Red+Green+Blue) = 175+147+254=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF93FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF93FE is #506C01. Grayscale: #A7A7A7. Windows color (decimal): -5270530 or 16683951. OLE color: 16683951.

HSL color Cylindrical-coordinate representation of color #AF93FE: hue angle of 255.7º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF93FE is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175147254-
CMYK0.310.4200.00
HSL255.7º98.17%78.63%-
HSV(B)255.7º42.13%99.61%-
XYZ4637.1498.51-
YUV167.57176.78133.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 147 (57.81% from 255) = 25.52%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=30.38%
G=25.52%
B=44.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751472540.310.4200.00255.798.1778.63
HexAF93FE1F2A00100624f
Octal257223376375200400142117
Binary101011111001001111111110111111010100010000000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93FE; }

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

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

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

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

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

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

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

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