Html Css Color HEX #AE90FF Biloba Flower

📋 copy color: '#AE90FF'

red 174 ◦ green 144 ◦ blue 255

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

Shades of Biloba Flower #AE90FF

Tints of Biloba Flower #AE90FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.5%

R = 30.37%
G = 25.13%
B = 44.5%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE90FF (or 0xAE90FF) is known color: Biloba Flower. HEX triplet: AE, 90 and FF. RGB value is (174,144,255). Sum of RGB (Red+Green+Blue) = 174+144+255=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE90FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE90FF is #516F00. Grayscale: #A5A5A5. Windows color (decimal): -5336833 or 16748718. OLE color: 16748718.

HSL color Cylindrical-coordinate representation of color #AE90FF: hue angle of 256.22º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE90FF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 144 255 -
CMYK 0.32 0.44 0 0
HSL 256.22º 1% 0.78% -
HSV(B) 256.22º 0.44% 1% -
XYZ 45.48 36.17 99.19 -
YUV 165.62 178.44 133.97 -
System Red Green Blue C M Y K H S L
Decimal 174 144 255 0.32 0.44 0 0 256.22 1 0.78
Hex AE 90 FF 20 2C 0 0 100 64 4E
Octal 256 220 377 40 54 0 0 400 144 116
Binary 10101110 10010000 11111111 100000 101100 0 0 100000000 1100100 1001110

Color Harmonies of #AE90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE90FF

Black with #AE90FF

Text Example


Text Example

White with #AE90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE90FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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