Html Css Color HEX #AE94DB Biloba Flower

📋 copy color: '#AE94DB'

red 174 ◦ green 148 ◦ blue 219

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

Shades of Biloba Flower #AE94DB

Tints of Biloba Flower #AE94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.36%

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 32.16%
G = 27.36%
B = 40.48%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE94DB (or 0xAE94DB) is known color: Biloba Flower. HEX triplet: AE, 94 and DB. RGB value is (174,148,219). Sum of RGB (Red+Green+Blue) = 174+148+219=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE94DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE94DB is #516B24. Grayscale: #A3A3A3. Windows color (decimal): -5335845 or 14390446. OLE color: 14390446.

HSL color Cylindrical-coordinate representation of color #AE94DB: hue angle of 261.97º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE94DB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 148 219 -
CMYK 0.21 0.32 0 0.14
HSL 261.97º 0.5% 0.72% -
HSV(B) 261.97º 0.32% 0.86% -
XYZ 40.83 35.29 71.68 -
YUV 163.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 174 148 219 0.21 0.32 0 0.14 261.97 0.5 0.72
Hex AE 94 DB 15 20 0 E 106 32 48
Octal 256 224 333 25 40 0 16 406 62 110
Binary 10101110 10010100 11011011 10101 100000 0 1110 100000110 110010 1001000

Color Harmonies of #AE94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE94DB

Black with #AE94DB

Text Example


Text Example

White with #AE94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE94DB; }

 p { color: rgb(174,148,219); }

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

background-color css

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

 a { background-color: rgb(174,148,219); }

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

border-color css

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

 span { border-color: rgb(174,148,219); }

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