Html Css Color HEX #AE99E4 Biloba Flower

📋 copy color: '#AE99E4'

red 174 ◦ green 153 ◦ blue 228

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

Shades of Biloba Flower #AE99E4

Tints of Biloba Flower #AE99E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.08%

R = 31.35%
G = 27.57%
B = 41.08%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AE99E4 (or 0xAE99E4) is known color: Biloba Flower. HEX triplet: AE, 99 and E4. RGB value is (174,153,228). Sum of RGB (Red+Green+Blue) = 174+153+228=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE99E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99E4 is #51661B. Grayscale: #A7A7A7. Windows color (decimal): -5334556 or 14981550. OLE color: 14981550.

HSL color Cylindrical-coordinate representation of color #AE99E4: hue angle of 256.8º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE99E4 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 153 228 -
CMYK 0.24 0.33 0 0.11
HSL 256.8º 0.58% 0.75% -
HSV(B) 256.8º 0.33% 0.89% -
XYZ 42.85 37.38 78.36 -
YUV 167.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 174 153 228 0.24 0.33 0 0.11 256.8 0.58 0.75
Hex AE 99 E4 18 21 0 B 101 3A 4B
Octal 256 231 344 30 41 0 13 401 72 113
Binary 10101110 10011001 11100100 11000 100001 0 1011 100000001 111010 1001011

Color Harmonies of #AE99E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE99E4

Black with #AE99E4

Text Example


Text Example

White with #AE99E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE99E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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