Html Css Color HEX #AE9FF1 Biloba Flower

📋 copy color: '#AE9FF1'

red 174 ◦ green 159 ◦ blue 241

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

Shades of Biloba Flower #AE9FF1

Tints of Biloba Flower #AE9FF1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.7%

 BLUE value IS 241 (94.53% from 255) = 41.99%

R = 30.31%
G = 27.7%
B = 41.99%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE9FF1 (or 0xAE9FF1) is known color: Biloba Flower. HEX triplet: AE, 9F and F1. RGB value is (174,159,241). Sum of RGB (Red+Green+Blue) = 174+159+241=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE9FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9FF1 is #51600E. Grayscale: #ACACAC. Windows color (decimal): -5333007 or 15835054. OLE color: 15835054.

HSL color Cylindrical-coordinate representation of color #AE9FF1: hue angle of 250.98º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE9FF1 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 159 241 -
CMYK 0.28 0.34 0 0.05
HSL 250.98º 0.75% 0.78% -
HSV(B) 250.98º 0.34% 0.95% -
XYZ 45.73 40.15 88.56 -
YUV 172.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 174 159 241 0.28 0.34 0 0.05 250.98 0.75 0.78
Hex AE 9F F1 1C 22 0 5 FB 4B 4E
Octal 256 237 361 34 42 0 5 373 113 116
Binary 10101110 10011111 11110001 11100 100010 0 101 11111011 1001011 1001110

Color Harmonies of #AE9FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9FF1

Black with #AE9FF1

Text Example


Text Example

White with #AE9FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9FF1; }

 p { color: rgb(174,159,241); }

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

background-color css

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

 a { background-color: rgb(174,159,241); }

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

border-color css

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

 span { border-color: rgb(174,159,241); }

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