Html Css Color HEX #AE9DE1 Biloba Flower

📋 copy color: '#AE9DE1'

red 174 ◦ green 157 ◦ blue 225

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

Shades of Biloba Flower #AE9DE1

Tints of Biloba Flower #AE9DE1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.24%

 BLUE value IS 225 (88.28% from 255) = 40.47%

R = 31.29%
G = 28.24%
B = 40.47%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AE9DE1 (or 0xAE9DE1) is known color: Biloba Flower. HEX triplet: AE, 9D and E1. RGB value is (174,157,225). Sum of RGB (Red+Green+Blue) = 174+157+225=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE9DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DE1 is #51621E. Grayscale: #A9A9A9. Windows color (decimal): -5333535 or 14785966. OLE color: 14785966.

HSL color Cylindrical-coordinate representation of color #AE9DE1: hue angle of 255º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE9DE1 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 157 225 -
CMYK 0.23 0.30 0 0.12
HSL 255º 0.53% 0.75% -
HSV(B) 255º 0.3% 0.88% -
XYZ 43.1 38.55 76.4 -
YUV 169.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 174 157 225 0.23 0.30 0 0.12 255 0.53 0.75
Hex AE 9D E1 17 1E 0 C FF 35 4B
Octal 256 235 341 27 36 0 14 377 65 113
Binary 10101110 10011101 11100001 10111 11110 0 1100 11111111 110101 1001011

Color Harmonies of #AE9DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9DE1

Black with #AE9DE1

Text Example


Text Example

White with #AE9DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9DE1; }

 p { color: rgb(174,157,225); }

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

background-color css

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

 a { background-color: rgb(174,157,225); }

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

border-color css

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

 span { border-color: rgb(174,157,225); }

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