Html Css Color HEX #AE93DB Biloba Flower

📋 copy color: '#AE93DB'

red 174 ◦ green 147 ◦ blue 219

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

Shades of Biloba Flower #AE93DB

Tints of Biloba Flower #AE93DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.56%

R = 32.22%
G = 27.22%
B = 40.56%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE93DB (or 0xAE93DB) is known color: Biloba Flower. HEX triplet: AE, 93 and DB. RGB value is (174,147,219). Sum of RGB (Red+Green+Blue) = 174+147+219=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE93DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93DB is #516C24. Grayscale: #A3A3A3. Windows color (decimal): -5336101 or 14390190. OLE color: 14390190.

HSL color Cylindrical-coordinate representation of color #AE93DB: hue angle of 262.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE93DB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 147 219 -
CMYK 0.21 0.33 0 0.14
HSL 262.5º 0.5% 0.72% -
HSV(B) 262.5º 0.33% 0.86% -
XYZ 40.68 34.98 71.63 -
YUV 163.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 174 147 219 0.21 0.33 0 0.14 262.5 0.5 0.72
Hex AE 93 DB 15 21 0 E 106 32 48
Octal 256 223 333 25 41 0 16 406 62 110
Binary 10101110 10010011 11011011 10101 100001 0 1110 100000110 110010 1001000

Color Harmonies of #AE93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE93DB

Black with #AE93DB

Text Example


Text Example

White with #AE93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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