Html Css Color HEX #AE9DD2 Biloba Flower

📋 copy color: '#AE9DD2'

red 174 ◦ green 157 ◦ blue 210

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

Shades of Biloba Flower #AE9DD2

Tints of Biloba Flower #AE9DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.02%

 BLUE value IS 210 (82.42% from 255) = 38.82%

R = 32.16%
G = 29.02%
B = 38.82%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE9DD2 (or 0xAE9DD2) is known color: Biloba Flower. HEX triplet: AE, 9D and D2. RGB value is (174,157,210). Sum of RGB (Red+Green+Blue) = 174+157+210=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE9DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DD2 is #51622D. Grayscale: #A7A7A7. Windows color (decimal): -5333550 or 13802926. OLE color: 13802926.

HSL color Cylindrical-coordinate representation of color #AE9DD2: hue angle of 259.25º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE9DD2 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 157 210 -
CMYK 0.17 0.25 0 0.18
HSL 259.25º 0.37% 0.72% -
HSV(B) 259.25º 0.25% 0.82% -
XYZ 41.15 37.77 66.09 -
YUV 168.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 174 157 210 0.17 0.25 0 0.18 259.25 0.37 0.72
Hex AE 9D D2 11 19 0 12 103 25 48
Octal 256 235 322 21 31 0 22 403 45 110
Binary 10101110 10011101 11010010 10001 11001 0 10010 100000011 100101 1001000

Color Harmonies of #AE9DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9DD2

Black with #AE9DD2

Text Example


Text Example

White with #AE9DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9DD2; }

 p { color: rgb(174,157,210); }

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

background-color css

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

 a { background-color: rgb(174,157,210); }

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

border-color css

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

 span { border-color: rgb(174,157,210); }

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