Html Css Color HEX #AE90EC Biloba Flower

📋 copy color: '#AE90EC'

red 174 ◦ green 144 ◦ blue 236

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

Shades of Biloba Flower #AE90EC

Tints of Biloba Flower #AE90EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.99%

 BLUE value IS 236 (92.58% from 255) = 42.6%

R = 31.41%
G = 25.99%
B = 42.6%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE90EC (or 0xAE90EC) is known color: Biloba Flower. HEX triplet: AE, 90 and EC. RGB value is (174,144,236). Sum of RGB (Red+Green+Blue) = 174+144+236=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE90EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE90EC is #516F13. Grayscale: #A3A3A3. Windows color (decimal): -5336852 or 15503534. OLE color: 15503534.

HSL color Cylindrical-coordinate representation of color #AE90EC: hue angle of 259.57º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE90EC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 144 236 -
CMYK 0.26 0.39 0 0.07
HSL 259.57º 0.71% 0.75% -
HSV(B) 259.57º 0.39% 0.93% -
XYZ 42.57 35 83.87 -
YUV 163.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 174 144 236 0.26 0.39 0 0.07 259.57 0.71 0.75
Hex AE 90 EC 1A 27 0 7 104 47 4B
Octal 256 220 354 32 47 0 7 404 107 113
Binary 10101110 10010000 11101100 11010 100111 0 111 100000100 1000111 1001011

Color Harmonies of #AE90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE90EC

Black with #AE90EC

Text Example


Text Example

White with #AE90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE90EC; }

 p { color: rgb(174,144,236); }

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

background-color css

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

 a { background-color: rgb(174,144,236); }

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

border-color css

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

 span { border-color: rgb(174,144,236); }

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