Html Css Color HEX #AEA2F0 Biloba Flower

📋 copy color: '#AEA2F0'

red 174 ◦ green 162 ◦ blue 240

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

Shades of Biloba Flower #AEA2F0

Tints of Biloba Flower #AEA2F0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.13%

 BLUE value IS 240 (94.14% from 255) = 41.67%

R = 30.21%
G = 28.13%
B = 41.67%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEA2F0 (or 0xAEA2F0) is known color: Biloba Flower. HEX triplet: AE, A2 and F0. RGB value is (174,162,240). Sum of RGB (Red+Green+Blue) = 174+162+240=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEA2F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA2F0 is #515D0F. Grayscale: #AEAEAE. Windows color (decimal): -5332240 or 15770286. OLE color: 15770286.

HSL color Cylindrical-coordinate representation of color #AEA2F0: hue angle of 249.23º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEA2F0 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 162 240 -
CMYK 0.28 0.32 0 0.06
HSL 249.23º 0.72% 0.79% -
HSV(B) 249.23º 0.33% 0.94% -
XYZ 46.1 41.13 87.95 -
YUV 174.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 174 162 240 0.28 0.32 0 0.06 249.23 0.72 0.79
Hex AE A2 F0 1C 20 0 6 F9 48 4F
Octal 256 242 360 34 40 0 6 371 110 117
Binary 10101110 10100010 11110000 11100 100000 0 110 11111001 1001000 1001111

Color Harmonies of #AEA2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA2F0

Black with #AEA2F0

Text Example


Text Example

White with #AEA2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA2F0; }

 p { color: rgb(174,162,240); }

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

background-color css

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

 a { background-color: rgb(174,162,240); }

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

border-color css

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

 span { border-color: rgb(174,162,240); }

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