Html Css Color HEX #AE96D7 Biloba Flower

📋 copy color: '#AE96D7'

red 174 ◦ green 150 ◦ blue 215

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

Shades of Biloba Flower #AE96D7

Tints of Biloba Flower #AE96D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.89%

R = 32.28%
G = 27.83%
B = 39.89%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AE96D7 (or 0xAE96D7) is known color: Biloba Flower. HEX triplet: AE, 96 and D7. RGB value is (174,150,215). Sum of RGB (Red+Green+Blue) = 174+150+215=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE96D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96D7 is #516928. Grayscale: #A4A4A4. Windows color (decimal): -5335337 or 14128814. OLE color: 14128814.

HSL color Cylindrical-coordinate representation of color #AE96D7: hue angle of 262.15º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE96D7 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 150 215 -
CMYK 0.19 0.30 0 0.16
HSL 262.15º 0.45% 0.72% -
HSV(B) 262.15º 0.3% 0.84% -
XYZ 40.63 35.72 69.04 -
YUV 164.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 174 150 215 0.19 0.30 0 0.16 262.15 0.45 0.72
Hex AE 96 D7 13 1E 0 10 106 2D 48
Octal 256 226 327 23 36 0 20 406 55 110
Binary 10101110 10010110 11010111 10011 11110 0 10000 100000110 101101 1001000

Color Harmonies of #AE96D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE96D7

Black with #AE96D7

Text Example


Text Example

White with #AE96D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE96D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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