#AF8FE5

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

Shades of Biloba Flower #AF8FE5

Tints of Biloba Flower #AF8FE5

Color information

#AF8FE5 (or 0xAF8FE5) is unknown color: approx Biloba Flower. HEX triplet: AF, 8F and E5. RGB value is (175,143,229). Sum of RGB (Red+Green+Blue) = 175+143+229=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF8FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FE5 is #50701A. Grayscale: #A2A2A2. Windows color (decimal): -5271579 or 15044527. OLE color: 15044527.

HSL color Cylindrical-coordinate representation of color #AF8FE5: hue angle of 262.33º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF8FE5 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175143229-
CMYK0.240.3800.10
HSL262.33º62.32%72.94%-
HSV(B)262.33º37.55%89.8%-
XYZ41.6434.4278.58-
YUV162.37165.6137.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 143 (56.25% from 255) = 26.14%
BLUE value IS 229 (89.84% from 255) = 41.86%
R=31.99%
G=26.14%
B=41.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751432290.240.3800.10262.3362.3272.94
HexAF8FE518260A1063e49
Octal257217345304601240676111
Binary10101111100011111110010111000100110010101000001101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FE5; }

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

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

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

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

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

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

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

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