Html Css Color HEX #AE8FDA Biloba Flower

📋 copy color: '#AE8FDA'

red 174 ◦ green 143 ◦ blue 218

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

Shades of Biloba Flower #AE8FDA

Tints of Biloba Flower #AE8FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 32.52%
G = 26.73%
B = 40.75%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE8FDA (or 0xAE8FDA) is known color: Biloba Flower. HEX triplet: AE, 8F and DA. RGB value is (174,143,218). Sum of RGB (Red+Green+Blue) = 174+143+218=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE8FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8FDA is #517025. Grayscale: #A0A0A0. Windows color (decimal): -5337126 or 14323630. OLE color: 14323630.

HSL color Cylindrical-coordinate representation of color #AE8FDA: hue angle of 264.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE8FDA is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 143 218 -
CMYK 0.20 0.34 0 0.15
HSL 264.8º 0.5% 0.71% -
HSV(B) 264.8º 0.34% 0.85% -
XYZ 39.93 33.71 70.73 -
YUV 160.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 174 143 218 0.20 0.34 0 0.15 264.8 0.5 0.71
Hex AE 8F DA 14 22 0 F 109 32 47
Octal 256 217 332 24 42 0 17 411 62 107
Binary 10101110 10001111 11011010 10100 100010 0 1111 100001001 110010 1000111

Color Harmonies of #AE8FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8FDA

Black with #AE8FDA

Text Example


Text Example

White with #AE8FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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