Html Css Color HEX #AE9DFA Biloba Flower

📋 copy color: '#AE9DFA'

red 174 ◦ green 157 ◦ blue 250

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

Shades of Biloba Flower #AE9DFA

Tints of Biloba Flower #AE9DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.02%

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 29.95%
G = 27.02%
B = 43.03%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE9DFA (or 0xAE9DFA) is known color: Biloba Flower. HEX triplet: AE, 9D and FA. RGB value is (174,157,250). Sum of RGB (Red+Green+Blue) = 174+157+250=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE9DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9DFA is #516205. Grayscale: #ACACAC. Windows color (decimal): -5333510 or 16424366. OLE color: 16424366.

HSL color Cylindrical-coordinate representation of color #AE9DFA: hue angle of 250.97º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE9DFA is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 157 250 -
CMYK 0.30 0.37 0 0.02
HSL 250.97º 0.9% 0.8% -
HSV(B) 250.97º 0.37% 0.98% -
XYZ 46.77 40.01 95.7 -
YUV 172.69 171.63 128.94 -
System Red Green Blue C M Y K H S L
Decimal 174 157 250 0.30 0.37 0 0.02 250.97 0.9 0.8
Hex AE 9D FA 1E 25 0 2 FB 5A 50
Octal 256 235 372 36 45 0 2 373 132 120
Binary 10101110 10011101 11111010 11110 100101 0 10 11111011 1011010 1010000

Color Harmonies of #AE9DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9DFA

Black with #AE9DFA

Text Example


Text Example

White with #AE9DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9DFA; }

 p { color: rgb(174,157,250); }

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

background-color css

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

 a { background-color: rgb(174,157,250); }

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

border-color css

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

 span { border-color: rgb(174,157,250); }

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