Html Css Color HEX #AE8FE2 Biloba Flower

📋 copy color: '#AE8FE2'

red 174 ◦ green 143 ◦ blue 226

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

Shades of Biloba Flower #AE8FE2

Tints of Biloba Flower #AE8FE2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.34%

 BLUE value IS 226 (88.67% from 255) = 41.62%

R = 32.04%
G = 26.34%
B = 41.62%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AE8FE2 (or 0xAE8FE2) is known color: Biloba Flower. HEX triplet: AE, 8F and E2. RGB value is (174,143,226). Sum of RGB (Red+Green+Blue) = 174+143+226=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 226 - color contains mainly: blue. Hex color #AE8FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8FE2 is #51701D. Grayscale: #A1A1A1. Windows color (decimal): -5337118 or 14847918. OLE color: 14847918.

HSL color Cylindrical-coordinate representation of color #AE8FE2: hue angle of 262.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE8FE2 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 143 226 -
CMYK 0.23 0.37 0 0.11
HSL 262.41º 0.59% 0.72% -
HSV(B) 262.41º 0.37% 0.89% -
XYZ 41.01 34.13 76.38 -
YUV 161.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 174 143 226 0.23 0.37 0 0.11 262.41 0.59 0.72
Hex AE 8F E2 17 25 0 B 106 3B 48
Octal 256 217 342 27 45 0 13 406 73 110
Binary 10101110 10001111 11100010 10111 100101 0 1011 100000110 111011 1001000

Color Harmonies of #AE8FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8FE2

Black with #AE8FE2

Text Example


Text Example

White with #AE8FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8FE2; }

 p { color: rgb(174,143,226); }

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

background-color css

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

 a { background-color: rgb(174,143,226); }

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

border-color css

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

 span { border-color: rgb(174,143,226); }

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