Html Css Color HEX #AE8FFF Biloba Flower

📋 copy color: '#AE8FFF'

red 174 ◦ green 143 ◦ blue 255

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

Shades of Biloba Flower #AE8FFF

Tints of Biloba Flower #AE8FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25%

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

R = 30.42%
G = 25%
B = 44.58%

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

#AE8FFF (or 0xAE8FFF) is known color: Biloba Flower. HEX triplet: AE, 8F and FF. RGB value is (174,143,255). Sum of RGB (Red+Green+Blue) = 174+143+255=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE8FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8FFF is #517000. Grayscale: #A4A4A4. Windows color (decimal): -5337089 or 16748462. OLE color: 16748462.

HSL color Cylindrical-coordinate representation of color #AE8FFF: hue angle of 256.61º 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 #AE8FFF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 143 255 -
CMYK 0.32 0.44 0 0
HSL 256.61º 1% 0.78% -
HSV(B) 256.61º 0.44% 1% -
XYZ 45.33 35.86 99.14 -
YUV 165.04 178.77 134.39 -
System Red Green Blue C M Y K H S L
Decimal 174 143 255 0.32 0.44 0 0 256.61 1 0.78
Hex AE 8F FF 20 2C 0 0 101 64 4E
Octal 256 217 377 40 54 0 0 401 144 116
Binary 10101110 10001111 11111111 100000 101100 0 0 100000001 1100100 1001110

Color Harmonies of #AE8FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8FFF

Black with #AE8FFF

Text Example


Text Example

White with #AE8FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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