Html Css Color HEX #AE9DE6 Biloba Flower

📋 copy color: '#AE9DE6'

red 174 ◦ green 157 ◦ blue 230

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

Shades of Biloba Flower #AE9DE6

Tints of Biloba Flower #AE9DE6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.99%

 BLUE value IS 230 (90.23% from 255) = 41%

R = 31.02%
G = 27.99%
B = 41%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE9DE6 (or 0xAE9DE6) is known color: Biloba Flower. HEX triplet: AE, 9D and E6. RGB value is (174,157,230). Sum of RGB (Red+Green+Blue) = 174+157+230=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE9DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9DE6 is #516219. Grayscale: #AAAAAA. Windows color (decimal): -5333530 or 15113646. OLE color: 15113646.

HSL color Cylindrical-coordinate representation of color #AE9DE6: hue angle of 253.97º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE9DE6 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 157 230 -
CMYK 0.24 0.32 0 0.10
HSL 253.97º 0.59% 0.76% -
HSV(B) 253.97º 0.32% 0.9% -
XYZ 43.8 38.83 80.05 -
YUV 170.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 174 157 230 0.24 0.32 0 0.10 253.97 0.59 0.76
Hex AE 9D E6 18 20 0 A FE 3B 4C
Octal 256 235 346 30 40 0 12 376 73 114
Binary 10101110 10011101 11100110 11000 100000 0 1010 11111110 111011 1001100

Color Harmonies of #AE9DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9DE6

Black with #AE9DE6

Text Example


Text Example

White with #AE9DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9DE6; }

 p { color: rgb(174,157,230); }

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

background-color css

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

 a { background-color: rgb(174,157,230); }

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

border-color css

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

 span { border-color: rgb(174,157,230); }

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