Html Css Color HEX #AE9CDE Biloba Flower

📋 copy color: '#AE9CDE'

red 174 ◦ green 156 ◦ blue 222

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

Shades of Biloba Flower #AE9CDE

Tints of Biloba Flower #AE9CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 31.52%
G = 28.26%
B = 40.22%

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

#AE9CDE (or 0xAE9CDE) is known color: Biloba Flower. HEX triplet: AE, 9C and DE. RGB value is (174,156,222). Sum of RGB (Red+Green+Blue) = 174+156+222=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE9CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CDE is #516321. Grayscale: #A8A8A8. Windows color (decimal): -5333794 or 14589102. OLE color: 14589102.

HSL color Cylindrical-coordinate representation of color #AE9CDE: hue angle of 256.36º degrees, saturation: 0.5, 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 #AE9CDE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 156 222 -
CMYK 0.22 0.30 0 0.13
HSL 256.36º 0.5% 0.74% -
HSV(B) 256.36º 0.3% 0.87% -
XYZ 42.53 38.05 74.21 -
YUV 168.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 174 156 222 0.22 0.30 0 0.13 256.36 0.5 0.74
Hex AE 9C DE 16 1E 0 D 100 32 4A
Octal 256 234 336 26 36 0 15 400 62 112
Binary 10101110 10011100 11011110 10110 11110 0 1101 100000000 110010 1001010

Color Harmonies of #AE9CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9CDE

Black with #AE9CDE

Text Example


Text Example

White with #AE9CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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