Html Css Color HEX #AE8FEA Biloba Flower

📋 copy color: '#AE8FEA'

red 174 ◦ green 143 ◦ blue 234

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

Shades of Biloba Flower #AE8FEA

Tints of Biloba Flower #AE8FEA

RGB

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

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

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

R = 31.58%
G = 25.95%
B = 42.47%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AE8FEA (or 0xAE8FEA) is known color: Biloba Flower. HEX triplet: AE, 8F and EA. RGB value is (174,143,234). Sum of RGB (Red+Green+Blue) = 174+143+234=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE8FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8FEA is #517015. Grayscale: #A2A2A2. Windows color (decimal): -5337110 or 15372206. OLE color: 15372206.

HSL color Cylindrical-coordinate representation of color #AE8FEA: hue angle of 260.44º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE8FEA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 143 234 -
CMYK 0.26 0.39 0 0.08
HSL 260.44º 0.68% 0.74% -
HSV(B) 260.44º 0.39% 0.92% -
XYZ 42.13 34.58 82.3 -
YUV 162.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 174 143 234 0.26 0.39 0 0.08 260.44 0.68 0.74
Hex AE 8F EA 1A 27 0 8 104 44 4A
Octal 256 217 352 32 47 0 10 404 104 112
Binary 10101110 10001111 11101010 11010 100111 0 1000 100000100 1000100 1001010

Color Harmonies of #AE8FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8FEA

Black with #AE8FEA

Text Example


Text Example

White with #AE8FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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