Html Css Color HEX #AEA3E4 Biloba Flower

📋 copy color: '#AEA3E4'

red 174 ◦ green 163 ◦ blue 228

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

Shades of Biloba Flower #AEA3E4

Tints of Biloba Flower #AEA3E4

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.85%

 BLUE value IS 228 (89.45% from 255) = 40.35%

R = 30.8%
G = 28.85%
B = 40.35%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AEA3E4 (or 0xAEA3E4) is known color: Biloba Flower. HEX triplet: AE, A3 and E4. RGB value is (174,163,228). Sum of RGB (Red+Green+Blue) = 174+163+228=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEA3E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3E4 is #515C1B. Grayscale: #ADADAD. Windows color (decimal): -5331996 or 14984110. OLE color: 14984110.

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

Color convert

RGB 174 163 228 -
CMYK 0.24 0.29 0 0.11
HSL 250.15º 0.55% 0.77% -
HSV(B) 250.15º 0.29% 0.89% -
XYZ 44.56 40.79 78.92 -
YUV 173.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 174 163 228 0.24 0.29 0 0.11 250.15 0.55 0.77
Hex AE A3 E4 18 1D 0 B FA 37 4D
Octal 256 243 344 30 35 0 13 372 67 115
Binary 10101110 10100011 11100100 11000 11101 0 1011 11111010 110111 1001101

Color Harmonies of #AEA3E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA3E4

Black with #AEA3E4

Text Example


Text Example

White with #AEA3E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA3E4; }

 p { color: rgb(174,163,228); }

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

background-color css

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

 a { background-color: rgb(174,163,228); }

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

border-color css

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

 span { border-color: rgb(174,163,228); }

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