Html Css Color HEX #AE9DCA Biloba Flower

📋 copy color: '#AE9DCA'

red 174 ◦ green 157 ◦ blue 202

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

Shades of Biloba Flower #AE9DCA

Tints of Biloba Flower #AE9DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 32.65%
G = 29.46%
B = 37.9%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE9DCA (or 0xAE9DCA) is known color: Biloba Flower. HEX triplet: AE, 9D and CA. RGB value is (174,157,202). Sum of RGB (Red+Green+Blue) = 174+157+202=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE9DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DCA is #516235. Grayscale: #A7A7A7. Windows color (decimal): -5333558 or 13278638. OLE color: 13278638.

HSL color Cylindrical-coordinate representation of color #AE9DCA: hue angle of 262.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE9DCA is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 157 202 -
CMYK 0.14 0.22 0 0.21
HSL 262.67º 0.3% 0.7% -
HSV(B) 262.67º 0.22% 0.79% -
XYZ 40.17 37.38 60.97 -
YUV 167.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 174 157 202 0.14 0.22 0 0.21 262.67 0.3 0.7
Hex AE 9D CA E 16 0 15 107 1E 46
Octal 256 235 312 16 26 0 25 407 36 106
Binary 10101110 10011101 11001010 1110 10110 0 10101 100000111 11110 1000110

Color Harmonies of #AE9DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9DCA

Black with #AE9DCA

Text Example


Text Example

White with #AE9DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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