Html Css Color HEX #AEA1ED Biloba Flower

📋 copy color: '#AEA1ED'

red 174 ◦ green 161 ◦ blue 237

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

Shades of Biloba Flower #AEA1ED

Tints of Biloba Flower #AEA1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.43%

R = 30.42%
G = 28.15%
B = 41.43%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEA1ED (or 0xAEA1ED) is known color: Biloba Flower. HEX triplet: AE, A1 and ED. RGB value is (174,161,237). Sum of RGB (Red+Green+Blue) = 174+161+237=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEA1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA1ED is #515E12. Grayscale: #ADADAD. Windows color (decimal): -5332499 or 15573422. OLE color: 15573422.

HSL color Cylindrical-coordinate representation of color #AEA1ED: hue angle of 250.26º degrees, saturation: 0.68, 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 #AEA1ED is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 161 237 -
CMYK 0.27 0.32 0 0.07
HSL 250.26º 0.68% 0.78% -
HSV(B) 250.26º 0.32% 0.93% -
XYZ 45.49 40.6 85.56 -
YUV 173.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 174 161 237 0.27 0.32 0 0.07 250.26 0.68 0.78
Hex AE A1 ED 1B 20 0 7 FA 44 4E
Octal 256 241 355 33 40 0 7 372 104 116
Binary 10101110 10100001 11101101 11011 100000 0 111 11111010 1000100 1001110

Color Harmonies of #AEA1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA1ED

Black with #AEA1ED

Text Example


Text Example

White with #AEA1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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