Html Css Color HEX #AE8CDA Biloba Flower

📋 copy color: '#AE8CDA'

red 174 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #AE8CDA

Tints of Biloba Flower #AE8CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.32%

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

R = 32.71%
G = 26.32%
B = 40.98%

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

#AE8CDA (or 0xAE8CDA) is known color: Biloba Flower. HEX triplet: AE, 8C and DA. RGB value is (174,140,218). Sum of RGB (Red+Green+Blue) = 174+140+218=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE8CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8CDA is #517325. Grayscale: #9E9E9E. Windows color (decimal): -5337894 or 14322862. OLE color: 14322862.

HSL color Cylindrical-coordinate representation of color #AE8CDA: hue angle of 266.15º degrees, saturation: 0.51, 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 #AE8CDA is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 140 218 -
CMYK 0.20 0.36 0 0.15
HSL 266.15º 0.51% 0.7% -
HSV(B) 266.15º 0.36% 0.85% -
XYZ 39.49 32.82 70.58 -
YUV 159.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 174 140 218 0.20 0.36 0 0.15 266.15 0.51 0.7
Hex AE 8C DA 14 24 0 F 10A 33 46
Octal 256 214 332 24 44 0 17 412 63 106
Binary 10101110 10001100 11011010 10100 100100 0 1111 100001010 110011 1000110

Color Harmonies of #AE8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8CDA

Black with #AE8CDA

Text Example


Text Example

White with #AE8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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