Html Css Color HEX #AEA1CE Biloba Flower

📋 copy color: '#AEA1CE'

red 174 ◦ green 161 ◦ blue 206

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

Shades of Biloba Flower #AEA1CE

Tints of Biloba Flower #AEA1CE

RGB

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

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

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

R = 32.16%
G = 29.76%
B = 38.08%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEA1CE (or 0xAEA1CE) is known color: Biloba Flower. HEX triplet: AE, A1 and CE. RGB value is (174,161,206). Sum of RGB (Red+Green+Blue) = 174+161+206=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEA1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA1CE is #515E31. Grayscale: #A9A9A9. Windows color (decimal): -5332530 or 13541806. OLE color: 13541806.

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

Color convert

RGB 174 161 206 -
CMYK 0.16 0.22 0 0.19
HSL 257.33º 0.31% 0.72% -
HSV(B) 257.33º 0.22% 0.81% -
XYZ 41.34 38.94 63.73 -
YUV 170.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 174 161 206 0.16 0.22 0 0.19 257.33 0.31 0.72
Hex AE A1 CE 10 16 0 13 101 1F 48
Octal 256 241 316 20 26 0 23 401 37 110
Binary 10101110 10100001 11001110 10000 10110 0 10011 100000001 11111 1001000

Color Harmonies of #AEA1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA1CE

Black with #AEA1CE

Text Example


Text Example

White with #AEA1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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