#AF92FE

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

Shades of Biloba Flower #AF92FE

Tints of Biloba Flower #AF92FE

Color information

#AF92FE (or 0xAF92FE) is unknown color: approx Biloba Flower. HEX triplet: AF, 92 and FE. RGB value is (175,146,254). Sum of RGB (Red+Green+Blue) = 175+146+254=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF92FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92FE is #506D01. Grayscale: #A6A6A6. Windows color (decimal): -5270786 or 16683695. OLE color: 16683695.

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

Color convert

RGB175146254-
CMYK0.310.4300.00
HSL256.11º98.18%78.43%-
HSV(B)256.11º42.52%99.61%-
XYZ45.8536.8398.46-
YUV166.98177.11133.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 146 (57.42% from 255) = 25.39%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=30.43%
G=25.39%
B=44.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751462540.310.4300.00256.1198.1878.43
HexAF92FE1F2B00100624e
Octal257222376375300400142116
Binary101011111001001011111110111111010110010000000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92FE; }

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

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

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

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

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

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

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

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