Html Css Color HEX #AE9BD6 Biloba Flower

📋 copy color: '#AE9BD6'

red 174 ◦ green 155 ◦ blue 214

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

Shades of Biloba Flower #AE9BD6

Tints of Biloba Flower #AE9BD6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.55%

 BLUE value IS 214 (83.98% from 255) = 39.41%

R = 32.04%
G = 28.55%
B = 39.41%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AE9BD6 (or 0xAE9BD6) is known color: Biloba Flower. HEX triplet: AE, 9B and D6. RGB value is (174,155,214). Sum of RGB (Red+Green+Blue) = 174+155+214=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #AE9BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BD6 is #516429. Grayscale: #A7A7A7. Windows color (decimal): -5334058 or 14064558. OLE color: 14064558.

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

Color convert

RGB 174 155 214 -
CMYK 0.19 0.28 0 0.16
HSL 259.32º 0.42% 0.72% -
HSV(B) 259.32º 0.28% 0.84% -
XYZ 41.31 37.3 68.64 -
YUV 167.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 174 155 214 0.19 0.28 0 0.16 259.32 0.42 0.72
Hex AE 9B D6 13 1C 0 10 103 2A 48
Octal 256 233 326 23 34 0 20 403 52 110
Binary 10101110 10011011 11010110 10011 11100 0 10000 100000011 101010 1001000

Color Harmonies of #AE9BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9BD6

Black with #AE9BD6

Text Example


Text Example

White with #AE9BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9BD6; }

 p { color: rgb(174,155,214); }

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

background-color css

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

 a { background-color: rgb(174,155,214); }

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

border-color css

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

 span { border-color: rgb(174,155,214); }

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