Html Css Color HEX #AE8BDE Biloba Flower

📋 copy color: '#AE8BDE'

red 174 ◦ green 139 ◦ blue 222

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

Shades of Biloba Flower #AE8BDE

Tints of Biloba Flower #AE8BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.98%

 BLUE value IS 222 (87.11% from 255) = 41.5%

R = 32.52%
G = 25.98%
B = 41.5%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE8BDE (or 0xAE8BDE) is known color: Biloba Flower. HEX triplet: AE, 8B and DE. RGB value is (174,139,222). Sum of RGB (Red+Green+Blue) = 174+139+222=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE8BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BDE is #517421. Grayscale: #9E9E9E. Windows color (decimal): -5338146 or 14584750. OLE color: 14584750.

HSL color Cylindrical-coordinate representation of color #AE8BDE: hue angle of 265.3º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE8BDE is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 139 222 -
CMYK 0.22 0.37 0 0.13
HSL 265.3º 0.56% 0.71% -
HSV(B) 265.3º 0.37% 0.87% -
XYZ 39.87 32.74 73.32 -
YUV 158.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 174 139 222 0.22 0.37 0 0.13 265.3 0.56 0.71
Hex AE 8B DE 16 25 0 D 109 38 47
Octal 256 213 336 26 45 0 15 411 70 107
Binary 10101110 10001011 11011110 10110 100101 0 1101 100001001 111000 1000111

Color Harmonies of #AE8BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8BDE

Black with #AE8BDE

Text Example


Text Example

White with #AE8BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8BDE; }

 p { color: rgb(174,139,222); }

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

background-color css

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

 a { background-color: rgb(174,139,222); }

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

border-color css

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

 span { border-color: rgb(174,139,222); }

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