Html Css Color HEX #AE8BFF Biloba Flower

📋 copy color: '#AE8BFF'

red 174 ◦ green 139 ◦ blue 255

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

Shades of Biloba Flower #AE8BFF

Tints of Biloba Flower #AE8BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.47%

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

R = 30.63%
G = 24.47%
B = 44.89%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE8BFF (or 0xAE8BFF) is known color: Biloba Flower. HEX triplet: AE, 8B and FF. RGB value is (174,139,255). Sum of RGB (Red+Green+Blue) = 174+139+255=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE8BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8BFF is #517400. Grayscale: #A2A2A2. Windows color (decimal): -5338113 or 16747438. OLE color: 16747438.

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

Color convert

RGB 174 139 255 -
CMYK 0.32 0.45 0 0
HSL 258.1º 1% 0.77% -
HSV(B) 258.1º 0.45% 1% -
XYZ 44.74 34.68 98.94 -
YUV 162.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 174 139 255 0.32 0.45 0 0 258.1 1 0.77
Hex AE 8B FF 20 2D 0 0 102 64 4D
Octal 256 213 377 40 55 0 0 402 144 115
Binary 10101110 10001011 11111111 100000 101101 0 0 100000010 1100100 1001101

Color Harmonies of #AE8BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8BFF

Black with #AE8BFF

Text Example


Text Example

White with #AE8BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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