Html Css Color HEX #AE81EC Biloba Flower

📋 copy color: '#AE81EC'

red 174 ◦ green 129 ◦ blue 236

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

Shades of Biloba Flower #AE81EC

Tints of Biloba Flower #AE81EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.93%

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

R = 32.28%
G = 23.93%
B = 43.78%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE81EC (or 0xAE81EC) is known color: Biloba Flower. HEX triplet: AE, 81 and EC. RGB value is (174,129,236). Sum of RGB (Red+Green+Blue) = 174+129+236=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE81EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE81EC is #517E13. Grayscale: #9A9A9A. Windows color (decimal): -5340692 or 15499694. OLE color: 15499694.

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

Color convert

RGB 174 129 236 -
CMYK 0.26 0.45 0 0.07
HSL 265.23º 0.74% 0.72% -
HSV(B) 265.23º 0.45% 0.93% -
XYZ 40.45 30.76 83.16 -
YUV 154.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 174 129 236 0.26 0.45 0 0.07 265.23 0.74 0.72
Hex AE 81 EC 1A 2D 0 7 109 4A 48
Octal 256 201 354 32 55 0 7 411 112 110
Binary 10101110 10000001 11101100 11010 101101 0 111 100001001 1001010 1001000

Color Harmonies of #AE81EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE81EC

Black with #AE81EC

Text Example


Text Example

White with #AE81EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE81EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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