Html Css Color HEX #AE8BDA Biloba Flower

📋 copy color: '#AE8BDA'

red 174 ◦ green 139 ◦ blue 218

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

Shades of Biloba Flower #AE8BDA

Tints of Biloba Flower #AE8BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 32.77%
G = 26.18%
B = 41.05%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE8BDA (or 0xAE8BDA) is known color: Biloba Flower. HEX triplet: AE, 8B and DA. RGB value is (174,139,218). Sum of RGB (Red+Green+Blue) = 174+139+218=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE8BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BDA is #517425. Grayscale: #9E9E9E. Windows color (decimal): -5338150 or 14322606. OLE color: 14322606.

HSL color Cylindrical-coordinate representation of color #AE8BDA: hue angle of 266.58º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE8BDA is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 139 218 -
CMYK 0.20 0.36 0 0.15
HSL 266.58º 0.52% 0.7% -
HSV(B) 266.58º 0.36% 0.85% -
XYZ 39.34 32.53 70.53 -
YUV 158.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 174 139 218 0.20 0.36 0 0.15 266.58 0.52 0.7
Hex AE 8B DA 14 24 0 F 10B 34 46
Octal 256 213 332 24 44 0 17 413 64 106
Binary 10101110 10001011 11011010 10100 100100 0 1111 100001011 110100 1000110

Color Harmonies of #AE8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8BDA

Black with #AE8BDA

Text Example


Text Example

White with #AE8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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