Html Css Color HEX #AE8CFF Biloba Flower

📋 copy color: '#AE8CFF'

red 174 ◦ green 140 ◦ blue 255

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

Shades of Biloba Flower #AE8CFF

Tints of Biloba Flower #AE8CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.6%

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

R = 30.58%
G = 24.6%
B = 44.82%

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

#AE8CFF (or 0xAE8CFF) is known color: Biloba Flower. HEX triplet: AE, 8C and FF. RGB value is (174,140,255). Sum of RGB (Red+Green+Blue) = 174+140+255=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE8CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8CFF is #517300. Grayscale: #A2A2A2. Windows color (decimal): -5337857 or 16747694. OLE color: 16747694.

HSL color Cylindrical-coordinate representation of color #AE8CFF: hue angle of 257.74º 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 #AE8CFF is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 140 255 -
CMYK 0.32 0.45 0 0
HSL 257.74º 1% 0.77% -
HSV(B) 257.74º 0.45% 1% -
XYZ 44.88 34.97 98.99 -
YUV 163.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 174 140 255 0.32 0.45 0 0 257.74 1 0.77
Hex AE 8C FF 20 2D 0 0 102 64 4D
Octal 256 214 377 40 55 0 0 402 144 115
Binary 10101110 10001100 11111111 100000 101101 0 0 100000010 1100100 1001101

Color Harmonies of #AE8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8CFF

Black with #AE8CFF

Text Example


Text Example

White with #AE8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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