Html Css Color HEX #AE7CDD Biloba Flower

📋 copy color: '#AE7CDD'

red 174 ◦ green 124 ◦ blue 221

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

Shades of Biloba Flower #AE7CDD

Tints of Biloba Flower #AE7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.89%

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

R = 33.53%
G = 23.89%
B = 42.58%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE7CDD (or 0xAE7CDD) is known color: Biloba Flower. HEX triplet: AE, 7C and DD. RGB value is (174,124,221). Sum of RGB (Red+Green+Blue) = 174+124+221=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE7CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7CDD is #518322. Grayscale: #959595. Windows color (decimal): -5341987 or 14515374. OLE color: 14515374.

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

Color convert

RGB 174 124 221 -
CMYK 0.21 0.44 0 0.13
HSL 270.93º 0.59% 0.68% -
HSV(B) 270.93º 0.44% 0.87% -
XYZ 37.71 28.63 71.95 -
YUV 150.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 174 124 221 0.21 0.44 0 0.13 270.93 0.59 0.68
Hex AE 7C DD 15 2C 0 D 10F 3B 44
Octal 256 174 335 25 54 0 15 417 73 104
Binary 10101110 1111100 11011101 10101 101100 0 1101 100001111 111011 1000100

Color Harmonies of #AE7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7CDD

Black with #AE7CDD

Text Example


Text Example

White with #AE7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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