Html Css Color HEX #AE81DF Biloba Flower

📋 copy color: '#AE81DF'

red 174 ◦ green 129 ◦ blue 223

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

Shades of Biloba Flower #AE81DF

Tints of Biloba Flower #AE81DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.52%

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

R = 33.08%
G = 24.52%
B = 42.4%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE81DF (or 0xAE81DF) is known color: Biloba Flower. HEX triplet: AE, 81 and DF. RGB value is (174,129,223). Sum of RGB (Red+Green+Blue) = 174+129+223=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE81DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81DF is #517E20. Grayscale: #989898. Windows color (decimal): -5340705 or 14647726. OLE color: 14647726.

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

Color convert

RGB 174 129 223 -
CMYK 0.22 0.42 0 0.13
HSL 268.72º 0.59% 0.69% -
HSV(B) 268.72º 0.42% 0.87% -
XYZ 38.63 30.03 73.57 -
YUV 153.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 174 129 223 0.22 0.42 0 0.13 268.72 0.59 0.69
Hex AE 81 DF 16 2A 0 D 10D 3B 45
Octal 256 201 337 26 52 0 15 415 73 105
Binary 10101110 10000001 11011111 10110 101010 0 1101 100001101 111011 1000101

Color Harmonies of #AE81DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE81DF

Black with #AE81DF

Text Example


Text Example

White with #AE81DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE81DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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