Html Css Color HEX #AE8ECC Biloba Flower

📋 copy color: '#AE8ECC'

red 174 ◦ green 142 ◦ blue 204

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

Shades of Biloba Flower #AE8ECC

Tints of Biloba Flower #AE8ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.31%

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 33.46%
G = 27.31%
B = 39.23%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE8ECC (or 0xAE8ECC) is known color: Biloba Flower. HEX triplet: AE, 8E and CC. RGB value is (174,142,204). Sum of RGB (Red+Green+Blue) = 174+142+204=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8ECC is #517133. Grayscale: #9E9E9E. Windows color (decimal): -5337396 or 13405870. OLE color: 13405870.

HSL color Cylindrical-coordinate representation of color #AE8ECC: hue angle of 270.97º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE8ECC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 142 204 -
CMYK 0.15 0.30 0 0.2
HSL 270.97º 0.38% 0.68% -
HSV(B) 270.97º 0.3% 0.8% -
XYZ 38.03 32.7 61.44 -
YUV 158.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 174 142 204 0.15 0.30 0 0.2 270.97 0.38 0.68
Hex AE 8E CC F 1E 0 14 10F 26 44
Octal 256 216 314 17 36 0 24 417 46 104
Binary 10101110 10001110 11001100 1111 11110 0 10100 100001111 100110 1000100

Color Harmonies of #AE8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8ECC

Black with #AE8ECC

Text Example


Text Example

White with #AE8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8ECC; }

 p { color: rgb(174,142,204); }

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

background-color css

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

 a { background-color: rgb(174,142,204); }

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

border-color css

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

 span { border-color: rgb(174,142,204); }

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