#AF8EEF

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

Shades of Biloba Flower #AF8EEF

Tints of Biloba Flower #AF8EEF

Color information

#AF8EEF (or 0xAF8EEF) is unknown color: approx Biloba Flower. HEX triplet: AF, 8E and EF. RGB value is (175,142,239). Sum of RGB (Red+Green+Blue) = 175+142+239=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF8EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EEF is #507110. Grayscale: #A2A2A2. Windows color (decimal): -5271825 or 15699631. OLE color: 15699631.

HSL color Cylindrical-coordinate representation of color #AF8EEF: hue angle of 260.41º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8EEF is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175142239-
CMYK0.270.4100.06
HSL260.41º75.19%74.71%-
HSV(B)260.41º40.59%93.73%-
XYZ42.9334.6986.09-
YUV162.93170.93136.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 142 (55.86% from 255) = 25.54%
BLUE value IS 239 (93.75% from 255) = 42.99%
R=31.47%
G=25.54%
B=42.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751422390.270.4100.06260.4175.1974.71
HexAF8EEF1B29061044b4b
Octal257216357335106404113113
Binary10101111100011101110111111011101001011010000010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EEF; }

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

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

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

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

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

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

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

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