Html Css Color HEX #AE84EC Biloba Flower

📋 copy color: '#AE84EC'

red 174 ◦ green 132 ◦ blue 236

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

Shades of Biloba Flower #AE84EC

Tints of Biloba Flower #AE84EC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.35%

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

R = 32.1%
G = 24.35%
B = 43.54%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE84EC (or 0xAE84EC) is known color: Biloba Flower. HEX triplet: AE, 84 and EC. RGB value is (174,132,236). Sum of RGB (Red+Green+Blue) = 174+132+236=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE84EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE84EC is #517B13. Grayscale: #9C9C9C. Windows color (decimal): -5339924 or 15500462. OLE color: 15500462.

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

Color convert

RGB 174 132 236 -
CMYK 0.26 0.44 0 0.07
HSL 264.23º 0.73% 0.72% -
HSV(B) 264.23º 0.44% 0.93% -
XYZ 40.85 31.56 83.3 -
YUV 156.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 174 132 236 0.26 0.44 0 0.07 264.23 0.73 0.72
Hex AE 84 EC 1A 2C 0 7 108 49 48
Octal 256 204 354 32 54 0 7 410 111 110
Binary 10101110 10000100 11101100 11010 101100 0 111 100001000 1001001 1001000

Color Harmonies of #AE84EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE84EC

Black with #AE84EC

Text Example


Text Example

White with #AE84EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE84EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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