Html Css Color HEX #AE8AD1 Biloba Flower

📋 copy color: '#AE8AD1'

red 174 ◦ green 138 ◦ blue 209

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

Shades of Biloba Flower #AE8AD1

Tints of Biloba Flower #AE8AD1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.49%

 BLUE value IS 209 (82.03% from 255) = 40.12%

R = 33.4%
G = 26.49%
B = 40.12%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE8AD1 (or 0xAE8AD1) is known color: Biloba Flower. HEX triplet: AE, 8A and D1. RGB value is (174,138,209). Sum of RGB (Red+Green+Blue) = 174+138+209=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE8AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8AD1 is #51752E. Grayscale: #9C9C9C. Windows color (decimal): -5338415 or 13732526. OLE color: 13732526.

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

Color convert

RGB 174 138 209 -
CMYK 0.17 0.34 0 0.18
HSL 270.42º 0.44% 0.68% -
HSV(B) 270.42º 0.34% 0.82% -
XYZ 38.05 31.78 64.45 -
YUV 156.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 174 138 209 0.17 0.34 0 0.18 270.42 0.44 0.68
Hex AE 8A D1 11 22 0 12 10E 2C 44
Octal 256 212 321 21 42 0 22 416 54 104
Binary 10101110 10001010 11010001 10001 100010 0 10010 100001110 101100 1000100

Color Harmonies of #AE8AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8AD1

Black with #AE8AD1

Text Example


Text Example

White with #AE8AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8AD1; }

 p { color: rgb(174,138,209); }

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

background-color css

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

 a { background-color: rgb(174,138,209); }

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

border-color css

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

 span { border-color: rgb(174,138,209); }

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