Html Css Color HEX #AE7CDB Biloba Flower

📋 copy color: '#AE7CDB'

red 174 ◦ green 124 ◦ blue 219

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

Shades of Biloba Flower #AE7CDB

Tints of Biloba Flower #AE7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.98%

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

R = 33.66%
G = 23.98%
B = 42.36%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE7CDB (or 0xAE7CDB) is known color: Biloba Flower. HEX triplet: AE, 7C and DB. RGB value is (174,124,219). Sum of RGB (Red+Green+Blue) = 174+124+219=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE7CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7CDB is #518324. Grayscale: #959595. Windows color (decimal): -5341989 or 14384302. OLE color: 14384302.

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

Color convert

RGB 174 124 219 -
CMYK 0.21 0.43 0 0.14
HSL 271.58º 0.57% 0.67% -
HSV(B) 271.58º 0.43% 0.86% -
XYZ 37.45 28.53 70.55 -
YUV 149.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 174 124 219 0.21 0.43 0 0.14 271.58 0.57 0.67
Hex AE 7C DB 15 2B 0 E 110 39 43
Octal 256 174 333 25 53 0 16 420 71 103
Binary 10101110 1111100 11011011 10101 101011 0 1110 100010000 111001 1000011

Color Harmonies of #AE7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7CDB

Black with #AE7CDB

Text Example


Text Example

White with #AE7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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