Html Css Color HEX #AE9AFA Biloba Flower

📋 copy color: '#AE9AFA'

red 174 ◦ green 154 ◦ blue 250

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

Shades of Biloba Flower #AE9AFA

Tints of Biloba Flower #AE9AFA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.64%

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

R = 30.1%
G = 26.64%
B = 43.25%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AE9AFA (or 0xAE9AFA) is known color: Biloba Flower. HEX triplet: AE, 9A and FA. RGB value is (174,154,250). Sum of RGB (Red+Green+Blue) = 174+154+250=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE9AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9AFA is #516505. Grayscale: #AAAAAA. Windows color (decimal): -5334278 or 16423598. OLE color: 16423598.

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

Color convert

RGB 174 154 250 -
CMYK 0.30 0.38 0 0.02
HSL 252.5º 0.91% 0.79% -
HSV(B) 252.5º 0.38% 0.98% -
XYZ 46.27 39.01 95.53 -
YUV 170.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 174 154 250 0.30 0.38 0 0.02 252.5 0.91 0.79
Hex AE 9A FA 1E 26 0 2 FD 5B 4F
Octal 256 232 372 36 46 0 2 375 133 117
Binary 10101110 10011010 11111010 11110 100110 0 10 11111101 1011011 1001111

Color Harmonies of #AE9AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9AFA

Black with #AE9AFA

Text Example


Text Example

White with #AE9AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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