Html Css Color HEX #AE8FED Biloba Flower

📋 copy color: '#AE8FED'

red 174 ◦ green 143 ◦ blue 237

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

Shades of Biloba Flower #AE8FED

Tints of Biloba Flower #AE8FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.78%

R = 31.41%
G = 25.81%
B = 42.78%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE8FED (or 0xAE8FED) is known color: Biloba Flower. HEX triplet: AE, 8F and ED. RGB value is (174,143,237). Sum of RGB (Red+Green+Blue) = 174+143+237=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE8FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8FED is #517012. Grayscale: #A2A2A2. Windows color (decimal): -5337107 or 15568814. OLE color: 15568814.

HSL color Cylindrical-coordinate representation of color #AE8FED: hue angle of 259.79º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE8FED is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 143 237 -
CMYK 0.27 0.40 0 0.07
HSL 259.79º 0.72% 0.75% -
HSV(B) 259.79º 0.4% 0.93% -
XYZ 42.56 34.76 84.59 -
YUV 162.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 174 143 237 0.27 0.40 0 0.07 259.79 0.72 0.75
Hex AE 8F ED 1B 28 0 7 104 48 4B
Octal 256 217 355 33 50 0 7 404 110 113
Binary 10101110 10001111 11101101 11011 101000 0 111 100000100 1001000 1001011

Color Harmonies of #AE8FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8FED

Black with #AE8FED

Text Example


Text Example

White with #AE8FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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