Html Css Color HEX #AE8ADC Biloba Flower

📋 copy color: '#AE8ADC'

red 174 ◦ green 138 ◦ blue 220

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

Shades of Biloba Flower #AE8ADC

Tints of Biloba Flower #AE8ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.94%

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

R = 32.71%
G = 25.94%
B = 41.35%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE8ADC (or 0xAE8ADC) is known color: Biloba Flower. HEX triplet: AE, 8A and DC. RGB value is (174,138,220). Sum of RGB (Red+Green+Blue) = 174+138+220=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE8ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8ADC is #517523. Grayscale: #9D9D9D. Windows color (decimal): -5338404 or 14453422. OLE color: 14453422.

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

Color convert

RGB 174 138 220 -
CMYK 0.21 0.37 0 0.14
HSL 266.34º 0.54% 0.7% -
HSV(B) 266.34º 0.37% 0.86% -
XYZ 39.46 32.34 71.87 -
YUV 158.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 174 138 220 0.21 0.37 0 0.14 266.34 0.54 0.7
Hex AE 8A DC 15 25 0 E 10A 36 46
Octal 256 212 334 25 45 0 16 412 66 106
Binary 10101110 10001010 11011100 10101 100101 0 1110 100001010 110110 1000110

Color Harmonies of #AE8ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8ADC

Black with #AE8ADC

Text Example


Text Example

White with #AE8ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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