Html Css Color HEX #AEA1D1 Biloba Flower

📋 copy color: '#AEA1D1'

red 174 ◦ green 161 ◦ blue 209

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

Shades of Biloba Flower #AEA1D1

Tints of Biloba Flower #AEA1D1

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.6%

 BLUE value IS 209 (82.03% from 255) = 38.42%

R = 31.99%
G = 29.6%
B = 38.42%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEA1D1 (or 0xAEA1D1) is known color: Biloba Flower. HEX triplet: AE, A1 and D1. RGB value is (174,161,209). Sum of RGB (Red+Green+Blue) = 174+161+209=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEA1D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1D1 is #515E2E. Grayscale: #AAAAAA. Windows color (decimal): -5332527 or 13738414. OLE color: 13738414.

HSL color Cylindrical-coordinate representation of color #AEA1D1: hue angle of 256.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEA1D1 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 161 209 -
CMYK 0.17 0.23 0 0.18
HSL 256.25º 0.34% 0.73% -
HSV(B) 256.25º 0.23% 0.82% -
XYZ 41.71 39.09 65.67 -
YUV 170.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 174 161 209 0.17 0.23 0 0.18 256.25 0.34 0.73
Hex AE A1 D1 11 17 0 12 100 22 49
Octal 256 241 321 21 27 0 22 400 42 111
Binary 10101110 10100001 11010001 10001 10111 0 10010 100000000 100010 1001001

Color Harmonies of #AEA1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA1D1

Black with #AEA1D1

Text Example


Text Example

White with #AEA1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA1D1; }

 p { color: rgb(174,161,209); }

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

background-color css

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

 a { background-color: rgb(174,161,209); }

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

border-color css

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

 span { border-color: rgb(174,161,209); }

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