Html Css Color HEX #AE9ACE Biloba Flower

📋 copy color: '#AE9ACE'

red 174 ◦ green 154 ◦ blue 206

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

Shades of Biloba Flower #AE9ACE

Tints of Biloba Flower #AE9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.84%

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 32.58%
G = 28.84%
B = 38.58%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE9ACE (or 0xAE9ACE) is known color: Biloba Flower. HEX triplet: AE, 9A and CE. RGB value is (174,154,206). Sum of RGB (Red+Green+Blue) = 174+154+206=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ACE is #516531. Grayscale: #A5A5A5. Windows color (decimal): -5334322 or 13540014. OLE color: 13540014.

HSL color Cylindrical-coordinate representation of color #AE9ACE: hue angle of 263.08º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE9ACE is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 154 206 -
CMYK 0.16 0.25 0 0.19
HSL 263.08º 0.35% 0.71% -
HSV(B) 263.08º 0.25% 0.81% -
XYZ 40.15 36.57 63.33 -
YUV 165.91 150.63 133.77 -
System Red Green Blue C M Y K H S L
Decimal 174 154 206 0.16 0.25 0 0.19 263.08 0.35 0.71
Hex AE 9A CE 10 19 0 13 107 23 47
Octal 256 232 316 20 31 0 23 407 43 107
Binary 10101110 10011010 11001110 10000 11001 0 10011 100000111 100011 1000111

Color Harmonies of #AE9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9ACE

Black with #AE9ACE

Text Example


Text Example

White with #AE9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9ACE; }

 p { color: rgb(174,154,206); }

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

background-color css

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

 a { background-color: rgb(174,154,206); }

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

border-color css

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

 span { border-color: rgb(174,154,206); }

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