Html Css Color HEX #AE99DF Biloba Flower

📋 copy color: '#AE99DF'

red 174 ◦ green 153 ◦ blue 223

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

Shades of Biloba Flower #AE99DF

Tints of Biloba Flower #AE99DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 31.64%
G = 27.82%
B = 40.55%

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

#AE99DF (or 0xAE99DF) is known color: Biloba Flower. HEX triplet: AE, 99 and DF. RGB value is (174,153,223). Sum of RGB (Red+Green+Blue) = 174+153+223=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99DF is #516620. Grayscale: #A7A7A7. Windows color (decimal): -5334561 or 14653870. OLE color: 14653870.

HSL color Cylindrical-coordinate representation of color #AE99DF: hue angle of 258º degrees, saturation: 0.52, 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 #AE99DF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 153 223 -
CMYK 0.22 0.31 0 0.13
HSL 258º 0.52% 0.74% -
HSV(B) 258º 0.31% 0.87% -
XYZ 42.17 37.11 74.75 -
YUV 167.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 174 153 223 0.22 0.31 0 0.13 258 0.52 0.74
Hex AE 99 DF 16 1F 0 D 102 34 4A
Octal 256 231 337 26 37 0 15 402 64 112
Binary 10101110 10011001 11011111 10110 11111 0 1101 100000010 110100 1001010

Color Harmonies of #AE99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE99DF

Black with #AE99DF

Text Example


Text Example

White with #AE99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE99DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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