Html Css Color HEX #AE90DA Biloba Flower

📋 copy color: '#AE90DA'

red 174 ◦ green 144 ◦ blue 218

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

Shades of Biloba Flower #AE90DA

Tints of Biloba Flower #AE90DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 32.46%
G = 26.87%
B = 40.67%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE90DA (or 0xAE90DA) is known color: Biloba Flower. HEX triplet: AE, 90 and DA. RGB value is (174,144,218). Sum of RGB (Red+Green+Blue) = 174+144+218=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE90DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90DA is #516F25. Grayscale: #A1A1A1. Windows color (decimal): -5336870 or 14323886. OLE color: 14323886.

HSL color Cylindrical-coordinate representation of color #AE90DA: hue angle of 264.32º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE90DA is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 144 218 -
CMYK 0.20 0.34 0 0.15
HSL 264.32º 0.5% 0.71% -
HSV(B) 264.32º 0.34% 0.85% -
XYZ 40.08 34.01 70.78 -
YUV 161.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 174 144 218 0.20 0.34 0 0.15 264.32 0.5 0.71
Hex AE 90 DA 14 22 0 F 108 32 47
Octal 256 220 332 24 42 0 17 410 62 107
Binary 10101110 10010000 11011010 10100 100010 0 1111 100001000 110010 1000111

Color Harmonies of #AE90DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE90DA

Black with #AE90DA

Text Example


Text Example

White with #AE90DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE90DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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