#AF8EF8

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

Shades of Biloba Flower #AF8EF8

Tints of Biloba Flower #AF8EF8

Color information

#AF8EF8 (or 0xAF8EF8) is unknown color: approx Biloba Flower. HEX triplet: AF, 8E and F8. RGB value is (175,142,248). Sum of RGB (Red+Green+Blue) = 175+142+248=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF8EF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EF8 is #507107. Grayscale: #A3A3A3. Windows color (decimal): -5271816 or 16289455. OLE color: 16289455.

HSL color Cylindrical-coordinate representation of color #AF8EF8: hue angle of 258.68º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF8EF8 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175142248-
CMYK0.290.4300.03
HSL258.68º88.33%76.47%-
HSV(B)258.68º42.74%97.25%-
XYZ44.335.2493.27-
YUV163.95175.43135.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 142 (55.86% from 255) = 25.13%
BLUE value IS 248 (97.27% from 255) = 43.89%
R=30.97%
G=25.13%
B=43.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751422480.290.4300.03258.6888.3376.47
HexAF8EF81D2B03103584c
Octal257216370355303403130114
Binary1010111110001110111110001110110101101110000001110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EF8; }

 p { color: rgb(175,142,248); }

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

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

 a { background-color: rgb(175,142,248); }

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

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

 span { border-color: rgb(175,142,248); }

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