#AE8FE1

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

Shades of Biloba Flower #AE8FE1

Tints of Biloba Flower #AE8FE1

Color information

#AE8FE1 (or 0xAE8FE1) is unknown color: approx Biloba Flower. HEX triplet: AE, 8F and E1. RGB value is (174,143,225). Sum of RGB (Red+Green+Blue) = 174+143+225=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE8FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8FE1 is #51701E. Grayscale: #A1A1A1. Windows color (decimal): -5337119 or 14782382. OLE color: 14782382.

HSL color Cylindrical-coordinate representation of color #AE8FE1: hue angle of 262.68º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE8FE1 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174143225-
CMYK0.230.3600.12
HSL262.68º57.75%72.16%-
HSV(B)262.68º36.44%88.24%-
XYZ40.8734.0875.66-
YUV161.62163.77136.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 225 (88.28% from 255) = 41.51%
R=32.10%
G=26.38%
B=41.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741432250.230.3600.12262.6857.7572.16
HexAE8FE117240C1073a48
Octal256217341274401440772110
Binary10101110100011111110000110111100100011001000001111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FE1; }

 p { color: rgb(174,143,225); }

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

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

 a { background-color: rgb(174,143,225); }

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

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

 span { border-color: rgb(174,143,225); }

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