Html Css Color HEX #AE7DDD Biloba Flower

📋 copy color: '#AE7DDD'

red 174 ◦ green 125 ◦ blue 221

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

Shades of Biloba Flower #AE7DDD

Tints of Biloba Flower #AE7DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.04%

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

R = 33.46%
G = 24.04%
B = 42.5%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE7DDD (or 0xAE7DDD) is known color: Biloba Flower. HEX triplet: AE, 7D and DD. RGB value is (174,125,221). Sum of RGB (Red+Green+Blue) = 174+125+221=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE7DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7DDD is #518222. Grayscale: #969696. Windows color (decimal): -5341731 or 14515630. OLE color: 14515630.

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

Color convert

RGB 174 125 221 -
CMYK 0.21 0.43 0 0.13
HSL 270.63º 0.59% 0.68% -
HSV(B) 270.63º 0.43% 0.87% -
XYZ 37.84 28.89 71.99 -
YUV 150.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 174 125 221 0.21 0.43 0 0.13 270.63 0.59 0.68
Hex AE 7D DD 15 2B 0 D 10F 3B 44
Octal 256 175 335 25 53 0 15 417 73 104
Binary 10101110 1111101 11011101 10101 101011 0 1101 100001111 111011 1000100

Color Harmonies of #AE7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7DDD

Black with #AE7DDD

Text Example


Text Example

White with #AE7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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