Html Css Color HEX #AE93C8 Biloba Flower

📋 copy color: '#AE93C8'

red 174 ◦ green 147 ◦ blue 200

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

Shades of Biloba Flower #AE93C8

Tints of Biloba Flower #AE93C8

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.21%

 BLUE value IS 200 (78.52% from 255) = 38.39%

R = 33.4%
G = 28.21%
B = 38.39%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE93C8 (or 0xAE93C8) is known color: Biloba Flower. HEX triplet: AE, 93 and C8. RGB value is (174,147,200). Sum of RGB (Red+Green+Blue) = 174+147+200=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE93C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93C8 is #516C37. Grayscale: #A0A0A0. Windows color (decimal): -5336120 or 13145006. OLE color: 13145006.

HSL color Cylindrical-coordinate representation of color #AE93C8: hue angle of 270.57º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE93C8 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 147 200 -
CMYK 0.13 0.26 0 0.22
HSL 270.57º 0.33% 0.68% -
HSV(B) 270.57º 0.27% 0.78% -
XYZ 38.31 34.04 59.19 -
YUV 161.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 174 147 200 0.13 0.26 0 0.22 270.57 0.33 0.68
Hex AE 93 C8 D 1A 0 16 10F 21 44
Octal 256 223 310 15 32 0 26 417 41 104
Binary 10101110 10010011 11001000 1101 11010 0 10110 100001111 100001 1000100

Color Harmonies of #AE93C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE93C8

Black with #AE93C8

Text Example


Text Example

White with #AE93C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE93C8; }

 p { color: rgb(174,147,200); }

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

background-color css

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

 a { background-color: rgb(174,147,200); }

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

border-color css

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

 span { border-color: rgb(174,147,200); }

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