Html Css Color HEX #AE8CEC Biloba Flower

📋 copy color: '#AE8CEC'

red 174 ◦ green 140 ◦ blue 236

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

Shades of Biloba Flower #AE8CEC

Tints of Biloba Flower #AE8CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 31.64%
G = 25.45%
B = 42.91%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE8CEC (or 0xAE8CEC) is known color: Biloba Flower. HEX triplet: AE, 8C and EC. RGB value is (174,140,236). Sum of RGB (Red+Green+Blue) = 174+140+236=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE8CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8CEC is #517313. Grayscale: #A0A0A0. Windows color (decimal): -5337876 or 15502510. OLE color: 15502510.

HSL color Cylindrical-coordinate representation of color #AE8CEC: hue angle of 261.25º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE8CEC is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 140 236 -
CMYK 0.26 0.41 0 0.07
HSL 261.25º 0.72% 0.74% -
HSV(B) 261.25º 0.41% 0.93% -
XYZ 41.97 33.81 83.67 -
YUV 161.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 174 140 236 0.26 0.41 0 0.07 261.25 0.72 0.74
Hex AE 8C EC 1A 29 0 7 105 48 4A
Octal 256 214 354 32 51 0 7 405 110 112
Binary 10101110 10001100 11101100 11010 101001 0 111 100000101 1001000 1001010

Color Harmonies of #AE8CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8CEC

Black with #AE8CEC

Text Example


Text Example

White with #AE8CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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