Html Css Color HEX #AE94DF Biloba Flower

📋 copy color: '#AE94DF'

red 174 ◦ green 148 ◦ blue 223

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

Shades of Biloba Flower #AE94DF

Tints of Biloba Flower #AE94DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.16%

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 31.93%
G = 27.16%
B = 40.92%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE94DF (or 0xAE94DF) is known color: Biloba Flower. HEX triplet: AE, 94 and DF. RGB value is (174,148,223). Sum of RGB (Red+Green+Blue) = 174+148+223=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE94DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE94DF is #516B20. Grayscale: #A4A4A4. Windows color (decimal): -5335841 or 14652590. OLE color: 14652590.

HSL color Cylindrical-coordinate representation of color #AE94DF: hue angle of 260.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE94DF is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 148 223 -
CMYK 0.22 0.34 0 0.13
HSL 260.8º 0.54% 0.73% -
HSV(B) 260.8º 0.34% 0.87% -
XYZ 41.36 35.51 74.49 -
YUV 164.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 174 148 223 0.22 0.34 0 0.13 260.8 0.54 0.73
Hex AE 94 DF 16 22 0 D 105 36 49
Octal 256 224 337 26 42 0 15 405 66 111
Binary 10101110 10010100 11011111 10110 100010 0 1101 100000101 110110 1001001

Color Harmonies of #AE94DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE94DF

Black with #AE94DF

Text Example


Text Example

White with #AE94DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE94DF; }

 p { color: rgb(174,148,223); }

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

background-color css

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

 a { background-color: rgb(174,148,223); }

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

border-color css

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

 span { border-color: rgb(174,148,223); }

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