Html Css Color HEX #AE8CF2 Biloba Flower

📋 copy color: '#AE8CF2'

red 174 ◦ green 140 ◦ blue 242

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

Shades of Biloba Flower #AE8CF2

Tints of Biloba Flower #AE8CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.53%

R = 31.29%
G = 25.18%
B = 43.53%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE8CF2 (or 0xAE8CF2) is known color: Biloba Flower. HEX triplet: AE, 8C and F2. RGB value is (174,140,242). Sum of RGB (Red+Green+Blue) = 174+140+242=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE8CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8CF2 is #51730D. Grayscale: #A1A1A1. Windows color (decimal): -5337870 or 15895726. OLE color: 15895726.

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

Color convert

RGB 174 140 242 -
CMYK 0.28 0.42 0 0.05
HSL 260º 0.8% 0.75% -
HSV(B) 260º 0.42% 0.95% -
XYZ 42.86 34.17 88.34 -
YUV 161.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 174 140 242 0.28 0.42 0 0.05 260 0.8 0.75
Hex AE 8C F2 1C 2A 0 5 104 50 4B
Octal 256 214 362 34 52 0 5 404 120 113
Binary 10101110 10001100 11110010 11100 101010 0 101 100000100 1010000 1001011

Color Harmonies of #AE8CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8CF2

Black with #AE8CF2

Text Example


Text Example

White with #AE8CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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