Html Css Color HEX #AE92DB Biloba Flower

📋 copy color: '#AE92DB'

red 174 ◦ green 146 ◦ blue 219

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

Shades of Biloba Flower #AE92DB

Tints of Biloba Flower #AE92DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.09%

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

R = 32.28%
G = 27.09%
B = 40.63%

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

#AE92DB (or 0xAE92DB) is known color: Biloba Flower. HEX triplet: AE, 92 and DB. RGB value is (174,146,219). Sum of RGB (Red+Green+Blue) = 174+146+219=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE92DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE92DB is #516D24. Grayscale: #A2A2A2. Windows color (decimal): -5336357 or 14389934. OLE color: 14389934.

HSL color Cylindrical-coordinate representation of color #AE92DB: hue angle of 263.01º 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 #AE92DB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 146 219 -
CMYK 0.21 0.33 0 0.14
HSL 263.01º 0.5% 0.72% -
HSV(B) 263.01º 0.33% 0.86% -
XYZ 40.52 34.67 71.57 -
YUV 162.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 174 146 219 0.21 0.33 0 0.14 263.01 0.5 0.72
Hex AE 92 DB 15 21 0 E 107 32 48
Octal 256 222 333 25 41 0 16 407 62 110
Binary 10101110 10010010 11011011 10101 100001 0 1110 100000111 110010 1001000

Color Harmonies of #AE92DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE92DB

Black with #AE92DB

Text Example


Text Example

White with #AE92DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE92DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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