#AF8FE3

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

Shades of Biloba Flower #AF8FE3

Tints of Biloba Flower #AF8FE3

Color information

#AF8FE3 (or 0xAF8FE3) is unknown color: approx Biloba Flower. HEX triplet: AF, 8F and E3. RGB value is (175,143,227). Sum of RGB (Red+Green+Blue) = 175+143+227=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF8FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FE3 is #50701C. Grayscale: #A1A1A1. Windows color (decimal): -5271581 or 14913455. OLE color: 14913455.

HSL color Cylindrical-coordinate representation of color #AF8FE3: hue angle of 262.86º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF8FE3 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175143227-
CMYK0.230.3700.11
HSL262.86º60%72.55%-
HSV(B)262.86º37%89.02%-
XYZ41.3734.377.11-
YUV162.14164.6137.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 143 (56.25% from 255) = 26.24%
BLUE value IS 227 (89.06% from 255) = 41.65%
R=32.11%
G=26.24%
B=41.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751432270.230.3700.11262.866072.55
HexAF8FE317250B1073c49
Octal257217343274501340774111
Binary10101111100011111110001110111100101010111000001111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FE3; }

 p { color: rgb(175,143,227); }

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

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

 a { background-color: rgb(175,143,227); }

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

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

 span { border-color: rgb(175,143,227); }

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