Html Css Color HEX #AEA1EC Biloba Flower

📋 copy color: '#AEA1EC'

red 174 ◦ green 161 ◦ blue 236

#AEA1EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AEA1EC

Tints of Biloba Flower #AEA1EC

RGB

 RED value IS 174 (68.36% from 255) = 30.47%

 GREEN value IS 161 (63.28% from 255) = 28.2%

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 30.47%
G = 28.2%
B = 41.33%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEA1EC (or 0xAEA1EC) is known color: Biloba Flower. HEX triplet: AE, A1 and EC. RGB value is (174,161,236). Sum of RGB (Red+Green+Blue) = 174+161+236=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEA1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA1EC is #515E13. Grayscale: #ADADAD. Windows color (decimal): -5332500 or 15507886. OLE color: 15507886.

HSL color Cylindrical-coordinate representation of color #AEA1EC: hue angle of 250.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEA1EC is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 161 236 -
CMYK 0.26 0.32 0 0.07
HSL 250.4º 0.66% 0.78% -
HSV(B) 250.4º 0.32% 0.93% -
XYZ 45.34 40.54 84.79 -
YUV 173.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 174 161 236 0.26 0.32 0 0.07 250.4 0.66 0.78
Hex AE A1 EC 1A 20 0 7 FA 42 4E
Octal 256 241 354 32 40 0 7 372 102 116
Binary 10101110 10100001 11101100 11010 100000 0 111 11111010 1000010 1001110

Color Harmonies of #AEA1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA1EC

Black with #AEA1EC

Text Example


Text Example

White with #AEA1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA1EC; }

 p { color: rgb(174,161,236); }

 H1.HeaderClassName
 {
   color: #AEA1EC;
 }
 .AnyTagClassName
 {
   color: #AEA1EC;
 }
</style>

background-color css

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

 a { background-color: rgb(174,161,236); }

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

border-color css

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

 span { border-color: rgb(174,161,236); }

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