Html Css Color HEX #AE8EFF Biloba Flower

📋 copy color: '#AE8EFF'

red 174 ◦ green 142 ◦ blue 255

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

Shades of Biloba Flower #AE8EFF

Tints of Biloba Flower #AE8EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.66%

R = 30.47%
G = 24.87%
B = 44.66%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE8EFF (or 0xAE8EFF) is known color: Biloba Flower. HEX triplet: AE, 8E and FF. RGB value is (174,142,255). Sum of RGB (Red+Green+Blue) = 174+142+255=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE8EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8EFF is #517100. Grayscale: #A4A4A4. Windows color (decimal): -5337345 or 16748206. OLE color: 16748206.

HSL color Cylindrical-coordinate representation of color #AE8EFF: hue angle of 256.99º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE8EFF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 142 255 -
CMYK 0.32 0.44 0 0
HSL 256.99º 1% 0.78% -
HSV(B) 256.99º 0.44% 1% -
XYZ 45.18 35.56 99.09 -
YUV 164.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 174 142 255 0.32 0.44 0 0 256.99 1 0.78
Hex AE 8E FF 20 2C 0 0 101 64 4E
Octal 256 216 377 40 54 0 0 401 144 116
Binary 10101110 10001110 11111111 100000 101100 0 0 100000001 1100100 1001110

Color Harmonies of #AE8EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8EFF

Black with #AE8EFF

Text Example


Text Example

White with #AE8EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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