Html Css Color HEX #AE7EDD Biloba Flower

📋 copy color: '#AE7EDD'

red 174 ◦ green 126 ◦ blue 221

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

Shades of Biloba Flower #AE7EDD

Tints of Biloba Flower #AE7EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.18%

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

R = 33.4%
G = 24.18%
B = 42.42%

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

#AE7EDD (or 0xAE7EDD) is known color: Biloba Flower. HEX triplet: AE, 7E and DD. RGB value is (174,126,221). Sum of RGB (Red+Green+Blue) = 174+126+221=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE7EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7EDD is #518122. Grayscale: #969696. Windows color (decimal): -5341475 or 14515886. OLE color: 14515886.

HSL color Cylindrical-coordinate representation of color #AE7EDD: hue angle of 270.32º degrees, saturation: 0.58, 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 #AE7EDD is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 126 221 -
CMYK 0.21 0.43 0 0.13
HSL 270.32º 0.58% 0.68% -
HSV(B) 270.32º 0.43% 0.87% -
XYZ 37.97 29.14 72.03 -
YUV 151.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 174 126 221 0.21 0.43 0 0.13 270.32 0.58 0.68
Hex AE 7E DD 15 2B 0 D 10E 3A 44
Octal 256 176 335 25 53 0 15 416 72 104
Binary 10101110 1111110 11011101 10101 101011 0 1101 100001110 111010 1000100

Color Harmonies of #AE7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7EDD

Black with #AE7EDD

Text Example


Text Example

White with #AE7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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