Html Css Color HEX #AE8DF2 Biloba Flower

📋 copy color: '#AE8DF2'

red 174 ◦ green 141 ◦ blue 242

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

Shades of Biloba Flower #AE8DF2

Tints of Biloba Flower #AE8DF2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.31%

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

R = 31.24%
G = 25.31%
B = 43.45%

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

#AE8DF2 (or 0xAE8DF2) is known color: Biloba Flower. HEX triplet: AE, 8D and F2. RGB value is (174,141,242). Sum of RGB (Red+Green+Blue) = 174+141+242=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE8DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8DF2 is #51720D. Grayscale: #A2A2A2. Windows color (decimal): -5337614 or 15895982. OLE color: 15895982.

HSL color Cylindrical-coordinate representation of color #AE8DF2: hue angle of 259.6º 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 #AE8DF2 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 141 242 -
CMYK 0.28 0.42 0 0.05
HSL 259.6º 0.8% 0.75% -
HSV(B) 259.6º 0.42% 0.95% -
XYZ 43.01 34.46 88.39 -
YUV 162.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 174 141 242 0.28 0.42 0 0.05 259.6 0.8 0.75
Hex AE 8D F2 1C 2A 0 5 104 50 4B
Octal 256 215 362 34 52 0 5 404 120 113
Binary 10101110 10001101 11110010 11100 101010 0 101 100000100 1010000 1001011

Color Harmonies of #AE8DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8DF2

Black with #AE8DF2

Text Example


Text Example

White with #AE8DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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