Html Css Color HEX #AE7CDC Biloba Flower

📋 copy color: '#AE7CDC'

red 174 ◦ green 124 ◦ blue 220

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

Shades of Biloba Flower #AE7CDC

Tints of Biloba Flower #AE7CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 33.59%
G = 23.94%
B = 42.47%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE7CDC (or 0xAE7CDC) is known color: Biloba Flower. HEX triplet: AE, 7C and DC. RGB value is (174,124,220). Sum of RGB (Red+Green+Blue) = 174+124+220=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE7CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7CDC is #518323. Grayscale: #959595. Windows color (decimal): -5341988 or 14449838. OLE color: 14449838.

HSL color Cylindrical-coordinate representation of color #AE7CDC: hue angle of 271.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE7CDC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 124 220 -
CMYK 0.21 0.44 0 0.14
HSL 271.25º 0.58% 0.67% -
HSV(B) 271.25º 0.44% 0.86% -
XYZ 37.58 28.58 71.25 -
YUV 149.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 174 124 220 0.21 0.44 0 0.14 271.25 0.58 0.67
Hex AE 7C DC 15 2C 0 E 10F 3A 43
Octal 256 174 334 25 54 0 16 417 72 103
Binary 10101110 1111100 11011100 10101 101100 0 1110 100001111 111010 1000011

Color Harmonies of #AE7CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7CDC

Black with #AE7CDC

Text Example


Text Example

White with #AE7CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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