Html Css Color HEX #AE83DF Biloba Flower

📋 copy color: '#AE83DF'

red 174 ◦ green 131 ◦ blue 223

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

Shades of Biloba Flower #AE83DF

Tints of Biloba Flower #AE83DF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.81%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 32.95%
G = 24.81%
B = 42.23%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE83DF (or 0xAE83DF) is known color: Biloba Flower. HEX triplet: AE, 83 and DF. RGB value is (174,131,223). Sum of RGB (Red+Green+Blue) = 174+131+223=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE83DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE83DF is #517C20. Grayscale: #9A9A9A. Windows color (decimal): -5340193 or 14648238. OLE color: 14648238.

HSL color Cylindrical-coordinate representation of color #AE83DF: hue angle of 268.04º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE83DF is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 131 223 -
CMYK 0.22 0.41 0 0.13
HSL 268.04º 0.59% 0.69% -
HSV(B) 268.04º 0.41% 0.87% -
XYZ 38.89 30.56 73.66 -
YUV 154.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 174 131 223 0.22 0.41 0 0.13 268.04 0.59 0.69
Hex AE 83 DF 16 29 0 D 10C 3B 45
Octal 256 203 337 26 51 0 15 414 73 105
Binary 10101110 10000011 11011111 10110 101001 0 1101 100001100 111011 1000101

Color Harmonies of #AE83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE83DF

Black with #AE83DF

Text Example


Text Example

White with #AE83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE83DF; }

 p { color: rgb(174,131,223); }

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

background-color css

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

 a { background-color: rgb(174,131,223); }

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

border-color css

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

 span { border-color: rgb(174,131,223); }

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