Html Css Color HEX #AE96DB Biloba Flower

📋 copy color: '#AE96DB'

red 174 ◦ green 150 ◦ blue 219

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

Shades of Biloba Flower #AE96DB

Tints of Biloba Flower #AE96DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.62%

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

R = 32.04%
G = 27.62%
B = 40.33%

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

#AE96DB (or 0xAE96DB) is known color: Biloba Flower. HEX triplet: AE, 96 and DB. RGB value is (174,150,219). Sum of RGB (Red+Green+Blue) = 174+150+219=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96DB is #516924. Grayscale: #A4A4A4. Windows color (decimal): -5335333 or 14390958. OLE color: 14390958.

HSL color Cylindrical-coordinate representation of color #AE96DB: hue angle of 260.87º degrees, saturation: 0.49, 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 #AE96DB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 150 219 -
CMYK 0.21 0.32 0 0.14
HSL 260.87º 0.49% 0.72% -
HSV(B) 260.87º 0.32% 0.86% -
XYZ 41.15 35.93 71.78 -
YUV 165.04 158.45 134.39 -
System Red Green Blue C M Y K H S L
Decimal 174 150 219 0.21 0.32 0 0.14 260.87 0.49 0.72
Hex AE 96 DB 15 20 0 E 105 31 48
Octal 256 226 333 25 40 0 16 405 61 110
Binary 10101110 10010110 11011011 10101 100000 0 1110 100000101 110001 1001000

Color Harmonies of #AE96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE96DB

Black with #AE96DB

Text Example


Text Example

White with #AE96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE96DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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