Html Css Color HEX #AE94EC Biloba Flower

📋 copy color: '#AE94EC'

red 174 ◦ green 148 ◦ blue 236

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

Shades of Biloba Flower #AE94EC

Tints of Biloba Flower #AE94EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.52%

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

R = 31.18%
G = 26.52%
B = 42.29%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE94EC (or 0xAE94EC) is known color: Biloba Flower. HEX triplet: AE, 94 and EC. RGB value is (174,148,236). Sum of RGB (Red+Green+Blue) = 174+148+236=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE94EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE94EC is #516B13. Grayscale: #A5A5A5. Windows color (decimal): -5335828 or 15504558. OLE color: 15504558.

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

Color convert

RGB 174 148 236 -
CMYK 0.26 0.37 0 0.07
HSL 257.73º 0.7% 0.75% -
HSV(B) 257.73º 0.37% 0.93% -
XYZ 43.19 36.23 84.07 -
YUV 165.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 174 148 236 0.26 0.37 0 0.07 257.73 0.7 0.75
Hex AE 94 EC 1A 25 0 7 102 46 4B
Octal 256 224 354 32 45 0 7 402 106 113
Binary 10101110 10010100 11101100 11010 100101 0 111 100000010 1000110 1001011

Color Harmonies of #AE94EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE94EC

Black with #AE94EC

Text Example


Text Example

White with #AE94EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE94EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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