Html Css Color HEX #AE8CEA Biloba Flower

📋 copy color: '#AE8CEA'

red 174 ◦ green 140 ◦ blue 234

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

Shades of Biloba Flower #AE8CEA

Tints of Biloba Flower #AE8CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 31.75%
G = 25.55%
B = 42.7%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AE8CEA (or 0xAE8CEA) is known color: Biloba Flower. HEX triplet: AE, 8C and EA. RGB value is (174,140,234). Sum of RGB (Red+Green+Blue) = 174+140+234=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE8CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8CEA is #517315. Grayscale: #A0A0A0. Windows color (decimal): -5337878 or 15371438. OLE color: 15371438.

HSL color Cylindrical-coordinate representation of color #AE8CEA: hue angle of 261.7º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE8CEA is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 140 234 -
CMYK 0.26 0.40 0 0.08
HSL 261.7º 0.69% 0.73% -
HSV(B) 261.7º 0.4% 0.92% -
XYZ 41.68 33.7 82.15 -
YUV 160.88 169.26 137.36 -
System Red Green Blue C M Y K H S L
Decimal 174 140 234 0.26 0.40 0 0.08 261.7 0.69 0.73
Hex AE 8C EA 1A 28 0 8 106 45 49
Octal 256 214 352 32 50 0 10 406 105 111
Binary 10101110 10001100 11101010 11010 101000 0 1000 100000110 1000101 1001001

Color Harmonies of #AE8CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8CEA

Black with #AE8CEA

Text Example


Text Example

White with #AE8CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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