Html Css Color HEX #AE9BFF Biloba Flower

📋 copy color: '#AE9BFF'

red 174 ◦ green 155 ◦ blue 255

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

Shades of Biloba Flower #AE9BFF

Tints of Biloba Flower #AE9BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.54%

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

R = 29.79%
G = 26.54%
B = 43.66%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE9BFF (or 0xAE9BFF) is known color: Biloba Flower. HEX triplet: AE, 9B and FF. RGB value is (174,155,255). Sum of RGB (Red+Green+Blue) = 174+155+255=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE9BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9BFF is #516400. Grayscale: #ABABAB. Windows color (decimal): -5334017 or 16751534. OLE color: 16751534.

HSL color Cylindrical-coordinate representation of color #AE9BFF: hue angle of 251.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE9BFF is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 155 255 -
CMYK 0.32 0.39 0 0
HSL 251.4º 1% 0.8% -
HSV(B) 251.4º 0.39% 1% -
XYZ 47.23 39.66 99.77 -
YUV 172.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 174 155 255 0.32 0.39 0 0 251.4 1 0.8
Hex AE 9B FF 20 27 0 0 FB 64 50
Octal 256 233 377 40 47 0 0 373 144 120
Binary 10101110 10011011 11111111 100000 100111 0 0 11111011 1100100 1010000

Color Harmonies of #AE9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9BFF

Black with #AE9BFF

Text Example


Text Example

White with #AE9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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