Html Css Color HEX #AE90CB Biloba Flower

📋 copy color: '#AE90CB'

red 174 ◦ green 144 ◦ blue 203

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

Shades of Biloba Flower #AE90CB

Tints of Biloba Flower #AE90CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 33.4%
G = 27.64%
B = 38.96%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE90CB (or 0xAE90CB) is known color: Biloba Flower. HEX triplet: AE, 90 and CB. RGB value is (174,144,203). Sum of RGB (Red+Green+Blue) = 174+144+203=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE90CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90CB is #516F34. Grayscale: #9F9F9F. Windows color (decimal): -5336885 or 13340846. OLE color: 13340846.

HSL color Cylindrical-coordinate representation of color #AE90CB: hue angle of 270.51º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE90CB is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 144 203 -
CMYK 0.14 0.29 0 0.20
HSL 270.51º 0.36% 0.68% -
HSV(B) 270.51º 0.29% 0.8% -
XYZ 38.21 33.26 60.91 -
YUV 159.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 174 144 203 0.14 0.29 0 0.20 270.51 0.36 0.68
Hex AE 90 CB E 1D 0 14 10F 24 44
Octal 256 220 313 16 35 0 24 417 44 104
Binary 10101110 10010000 11001011 1110 11101 0 10100 100001111 100100 1000100

Color Harmonies of #AE90CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE90CB

Black with #AE90CB

Text Example


Text Example

White with #AE90CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE90CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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