#AF8CE3

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

Shades of Biloba Flower #AF8CE3

Tints of Biloba Flower #AF8CE3

Color information

#AF8CE3 (or 0xAF8CE3) is unknown color: approx Biloba Flower. HEX triplet: AF, 8C and E3. RGB value is (175,140,227). Sum of RGB (Red+Green+Blue) = 175+140+227=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 227 (89.06% from 255 or 41.88% from 542); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF8CE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CE3 is #50731C. Grayscale: #A0A0A0. Windows color (decimal): -5272349 or 14912687. OLE color: 14912687.

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

Color convert

RGB175140227-
CMYK0.230.3800.11
HSL264.14º60.84%71.96%-
HSV(B)264.14º38.33%89.02%-
XYZ40.9233.4276.97-
YUV160.38165.6138.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 227 (89.06% from 255) = 41.88%
R=32.29%
G=25.83%
B=41.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751402270.230.3800.11264.1460.8471.96
HexAF8CE317260B1083d48
Octal257214343274601341075110
Binary10101111100011001110001110111100110010111000010001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CE3; }

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

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

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

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

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

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

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

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