Html Css Color HEX #AE9FDE Biloba Flower

📋 copy color: '#AE9FDE'

red 174 ◦ green 159 ◦ blue 222

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

Shades of Biloba Flower #AE9FDE

Tints of Biloba Flower #AE9FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.65%

 BLUE value IS 222 (87.11% from 255) = 40%

R = 31.35%
G = 28.65%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE9FDE (or 0xAE9FDE) is known color: Biloba Flower. HEX triplet: AE, 9F and DE. RGB value is (174,159,222). Sum of RGB (Red+Green+Blue) = 174+159+222=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FDE is #516021. Grayscale: #AAAAAA. Windows color (decimal): -5333026 or 14589870. OLE color: 14589870.

HSL color Cylindrical-coordinate representation of color #AE9FDE: hue angle of 254.29º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE9FDE is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 159 222 -
CMYK 0.22 0.28 0 0.13
HSL 254.29º 0.49% 0.75% -
HSV(B) 254.29º 0.28% 0.87% -
XYZ 43.04 39.07 74.38 -
YUV 170.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 174 159 222 0.22 0.28 0 0.13 254.29 0.49 0.75
Hex AE 9F DE 16 1C 0 D FE 31 4B
Octal 256 237 336 26 34 0 15 376 61 113
Binary 10101110 10011111 11011110 10110 11100 0 1101 11111110 110001 1001011

Color Harmonies of #AE9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9FDE

Black with #AE9FDE

Text Example


Text Example

White with #AE9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9FDE; }

 p { color: rgb(174,159,222); }

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

background-color css

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

 a { background-color: rgb(174,159,222); }

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

border-color css

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

 span { border-color: rgb(174,159,222); }

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