Html Css Color HEX #AEA0F3 Biloba Flower

📋 copy color: '#AEA0F3'

red 174 ◦ green 160 ◦ blue 243

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

Shades of Biloba Flower #AEA0F3

Tints of Biloba Flower #AEA0F3

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.73%

 BLUE value IS 243 (95.31% from 255) = 42.11%

R = 30.16%
G = 27.73%
B = 42.11%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEA0F3 (or 0xAEA0F3) is known color: Biloba Flower. HEX triplet: AE, A0 and F3. RGB value is (174,160,243). Sum of RGB (Red+Green+Blue) = 174+160+243=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEA0F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA0F3 is #515F0C. Grayscale: #ADADAD. Windows color (decimal): -5332749 or 15966382. OLE color: 15966382.

HSL color Cylindrical-coordinate representation of color #AEA0F3: hue angle of 250.12º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEA0F3 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 160 243 -
CMYK 0.28 0.34 0 0.05
HSL 250.12º 0.78% 0.79% -
HSV(B) 250.12º 0.34% 0.95% -
XYZ 46.2 40.61 90.2 -
YUV 173.65 167.14 128.25 -
System Red Green Blue C M Y K H S L
Decimal 174 160 243 0.28 0.34 0 0.05 250.12 0.78 0.79
Hex AE A0 F3 1C 22 0 5 FA 4E 4F
Octal 256 240 363 34 42 0 5 372 116 117
Binary 10101110 10100000 11110011 11100 100010 0 101 11111010 1001110 1001111

Color Harmonies of #AEA0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA0F3

Black with #AEA0F3

Text Example


Text Example

White with #AEA0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA0F3; }

 p { color: rgb(174,160,243); }

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

background-color css

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

 a { background-color: rgb(174,160,243); }

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

border-color css

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

 span { border-color: rgb(174,160,243); }

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