Html Css Color HEX #AE9CDF Biloba Flower

📋 copy color: '#AE9CDF'

red 174 ◦ green 156 ◦ blue 223

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

Shades of Biloba Flower #AE9CDF

Tints of Biloba Flower #AE9CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.21%

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 31.46%
G = 28.21%
B = 40.33%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE9CDF (or 0xAE9CDF) is known color: Biloba Flower. HEX triplet: AE, 9C and DF. RGB value is (174,156,223). Sum of RGB (Red+Green+Blue) = 174+156+223=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE9CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CDF is #516320. Grayscale: #A8A8A8. Windows color (decimal): -5333793 or 14654638. OLE color: 14654638.

HSL color Cylindrical-coordinate representation of color #AE9CDF: hue angle of 256.12º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE9CDF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 156 223 -
CMYK 0.22 0.30 0 0.13
HSL 256.12º 0.51% 0.74% -
HSV(B) 256.12º 0.3% 0.87% -
XYZ 42.66 38.1 74.92 -
YUV 169.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 174 156 223 0.22 0.30 0 0.13 256.12 0.51 0.74
Hex AE 9C DF 16 1E 0 D 100 33 4A
Octal 256 234 337 26 36 0 15 400 63 112
Binary 10101110 10011100 11011111 10110 11110 0 1101 100000000 110011 1001010

Color Harmonies of #AE9CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9CDF

Black with #AE9CDF

Text Example


Text Example

White with #AE9CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9CDF; }

 p { color: rgb(174,156,223); }

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

background-color css

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

 a { background-color: rgb(174,156,223); }

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

border-color css

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

 span { border-color: rgb(174,156,223); }

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