Html Css Color HEX #AE80DD Biloba Flower

📋 copy color: '#AE80DD'

red 174 ◦ green 128 ◦ blue 221

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

Shades of Biloba Flower #AE80DD

Tints of Biloba Flower #AE80DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.47%

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 33.27%
G = 24.47%
B = 42.26%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE80DD (or 0xAE80DD) is known color: Biloba Flower. HEX triplet: AE, 80 and DD. RGB value is (174,128,221). Sum of RGB (Red+Green+Blue) = 174+128+221=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80DD is #517F22. Grayscale: #989898. Windows color (decimal): -5340963 or 14516398. OLE color: 14516398.

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

Color convert

RGB 174 128 221 -
CMYK 0.21 0.42 0 0.13
HSL 269.68º 0.58% 0.68% -
HSV(B) 269.68º 0.42% 0.87% -
XYZ 38.23 29.66 72.12 -
YUV 152.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 174 128 221 0.21 0.42 0 0.13 269.68 0.58 0.68
Hex AE 80 DD 15 2A 0 D 10E 3A 44
Octal 256 200 335 25 52 0 15 416 72 104
Binary 10101110 10000000 11011101 10101 101010 0 1101 100001110 111010 1000100

Color Harmonies of #AE80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE80DD

Black with #AE80DD

Text Example


Text Example

White with #AE80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE80DD; }

 p { color: rgb(174,128,221); }

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

background-color css

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

 a { background-color: rgb(174,128,221); }

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

border-color css

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

 span { border-color: rgb(174,128,221); }

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