#AF8DFE

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

Shades of Biloba Flower #AF8DFE

Tints of Biloba Flower #AF8DFE

Color information

#AF8DFE (or 0xAF8DFE) is unknown color: approx Biloba Flower. HEX triplet: AF, 8D and FE. RGB value is (175,141,254). Sum of RGB (Red+Green+Blue) = 175+141+254=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF8DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DFE is #507201. Grayscale: #A3A3A3. Windows color (decimal): -5272066 or 16682415. OLE color: 16682415.

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

Color convert

RGB175141254-
CMYK0.310.4400.00
HSL258.05º98.26%77.45%-
HSV(B)258.05º44.49%99.61%-
XYZ45.0935.3298.21-
YUV164.05178.76135.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 141 (55.47% from 255) = 24.74%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=30.70%
G=24.74%
B=44.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751412540.310.4400.00258.0598.2677.45
HexAF8DFE1F2C00102624d
Octal257215376375400402142115
Binary101011111000110111111110111111011000010000001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8DFE; }

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

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

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

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

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

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

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

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