Html Css Color HEX #AEA1EF Biloba Flower

📋 copy color: '#AEA1EF'

red 174 ◦ green 161 ◦ blue 239

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

Shades of Biloba Flower #AEA1EF

Tints of Biloba Flower #AEA1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.64%

R = 30.31%
G = 28.05%
B = 41.64%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEA1EF (or 0xAEA1EF) is known color: Biloba Flower. HEX triplet: AE, A1 and EF. RGB value is (174,161,239). Sum of RGB (Red+Green+Blue) = 174+161+239=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEA1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA1EF is #515E10. Grayscale: #ADADAD. Windows color (decimal): -5332497 or 15704494. OLE color: 15704494.

HSL color Cylindrical-coordinate representation of color #AEA1EF: hue angle of 250º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEA1EF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 161 239 -
CMYK 0.27 0.33 0 0.06
HSL 250º 0.71% 0.78% -
HSV(B) 250º 0.33% 0.94% -
XYZ 45.78 40.72 87.11 -
YUV 173.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 174 161 239 0.27 0.33 0 0.06 250 0.71 0.78
Hex AE A1 EF 1B 21 0 6 FA 47 4E
Octal 256 241 357 33 41 0 6 372 107 116
Binary 10101110 10100001 11101111 11011 100001 0 110 11111010 1000111 1001110

Color Harmonies of #AEA1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA1EF

Black with #AEA1EF

Text Example


Text Example

White with #AEA1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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