Html Css Color HEX #AE9ADC Biloba Flower

📋 copy color: '#AE9ADC'

red 174 ◦ green 154 ◦ blue 220

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

Shades of Biloba Flower #AE9ADC

Tints of Biloba Flower #AE9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.1%

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

R = 31.75%
G = 28.1%
B = 40.15%

CMYK

 C value IS 0.21

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE9ADC (or 0xAE9ADC) is known color: Biloba Flower. HEX triplet: AE, 9A and DC. RGB value is (174,154,220). Sum of RGB (Red+Green+Blue) = 174+154+220=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE9ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ADC is #516523. Grayscale: #A7A7A7. Windows color (decimal): -5334308 or 14457518. OLE color: 14457518.

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

Color convert

RGB 174 154 220 -
CMYK 0.21 0.3 0 0.14
HSL 258.18º 0.49% 0.73% -
HSV(B) 258.18º 0.3% 0.86% -
XYZ 41.93 37.28 72.7 -
YUV 167.5 157.63 132.63 -
System Red Green Blue C M Y K H S L
Decimal 174 154 220 0.21 0.3 0 0.14 258.18 0.49 0.73
Hex AE 9A DC 15 1E 0 E 102 31 49
Octal 256 232 334 25 36 0 16 402 61 111
Binary 10101110 10011010 11011100 10101 11110 0 1110 100000010 110001 1001001

Color Harmonies of #AE9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9ADC

Black with #AE9ADC

Text Example


Text Example

White with #AE9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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