Html Css Color HEX #AE99DE Biloba Flower

📋 copy color: '#AE99DE'

red 174 ◦ green 153 ◦ blue 222

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

Shades of Biloba Flower #AE99DE

Tints of Biloba Flower #AE99DE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.87%

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

R = 31.69%
G = 27.87%
B = 40.44%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE99DE (or 0xAE99DE) is known color: Biloba Flower. HEX triplet: AE, 99 and DE. RGB value is (174,153,222). Sum of RGB (Red+Green+Blue) = 174+153+222=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE99DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99DE is #516621. Grayscale: #A6A6A6. Windows color (decimal): -5334562 or 14588334. OLE color: 14588334.

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

Color convert

RGB 174 153 222 -
CMYK 0.22 0.31 0 0.13
HSL 258.26º 0.51% 0.74% -
HSV(B) 258.26º 0.31% 0.87% -
XYZ 42.03 37.06 74.04 -
YUV 167.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 174 153 222 0.22 0.31 0 0.13 258.26 0.51 0.74
Hex AE 99 DE 16 1F 0 D 102 33 4A
Octal 256 231 336 26 37 0 15 402 63 112
Binary 10101110 10011001 11011110 10110 11111 0 1101 100000010 110011 1001010

Color Harmonies of #AE99DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE99DE

Black with #AE99DE

Text Example


Text Example

White with #AE99DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE99DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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