Html Css Color HEX #AEA2EE Biloba Flower

📋 copy color: '#AEA2EE'

red 174 ◦ green 162 ◦ blue 238

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

Shades of Biloba Flower #AEA2EE

Tints of Biloba Flower #AEA2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.46%

R = 30.31%
G = 28.22%
B = 41.46%

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

#AEA2EE (or 0xAEA2EE) is known color: Biloba Flower. HEX triplet: AE, A2 and EE. RGB value is (174,162,238). Sum of RGB (Red+Green+Blue) = 174+162+238=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEA2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA2EE is #515D11. Grayscale: #ADADAD. Windows color (decimal): -5332242 or 15639214. OLE color: 15639214.

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

Color convert

RGB 174 162 238 -
CMYK 0.27 0.32 0 0.07
HSL 249.47º 0.69% 0.78% -
HSV(B) 249.47º 0.32% 0.93% -
XYZ 45.81 41.01 86.39 -
YUV 174.25 163.98 127.82 -
System Red Green Blue C M Y K H S L
Decimal 174 162 238 0.27 0.32 0 0.07 249.47 0.69 0.78
Hex AE A2 EE 1B 20 0 7 F9 45 4E
Octal 256 242 356 33 40 0 7 371 105 116
Binary 10101110 10100010 11101110 11011 100000 0 111 11111001 1000101 1001110

Color Harmonies of #AEA2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA2EE

Black with #AEA2EE

Text Example


Text Example

White with #AEA2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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