Html Css Color HEX #AEA2E3 Biloba Flower

📋 copy color: '#AEA2E3'

red 174 ◦ green 162 ◦ blue 227

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

Shades of Biloba Flower #AEA2E3

Tints of Biloba Flower #AEA2E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.32%

R = 30.91%
G = 28.77%
B = 40.32%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AEA2E3 (or 0xAEA2E3) is known color: Biloba Flower. HEX triplet: AE, A2 and E3. RGB value is (174,162,227). Sum of RGB (Red+Green+Blue) = 174+162+227=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEA2E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA2E3 is #515D1C. Grayscale: #ACACAC. Windows color (decimal): -5332253 or 14918318. OLE color: 14918318.

HSL color Cylindrical-coordinate representation of color #AEA2E3: hue angle of 251.08º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA2E3 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 162 227 -
CMYK 0.23 0.29 0 0.11
HSL 251.08º 0.54% 0.76% -
HSV(B) 251.08º 0.29% 0.89% -
XYZ 44.24 40.39 78.14 -
YUV 173 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 174 162 227 0.23 0.29 0 0.11 251.08 0.54 0.76
Hex AE A2 E3 17 1D 0 B FB 36 4C
Octal 256 242 343 27 35 0 13 373 66 114
Binary 10101110 10100010 11100011 10111 11101 0 1011 11111011 110110 1001100

Color Harmonies of #AEA2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA2E3

Black with #AEA2E3

Text Example


Text Example

White with #AEA2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA2E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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