Html Css Color HEX #AE81DB Biloba Flower

📋 copy color: '#AE81DB'

red 174 ◦ green 129 ◦ blue 219

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

Shades of Biloba Flower #AE81DB

Tints of Biloba Flower #AE81DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.71%

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

R = 33.33%
G = 24.71%
B = 41.95%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE81DB (or 0xAE81DB) is known color: Biloba Flower. HEX triplet: AE, 81 and DB. RGB value is (174,129,219). Sum of RGB (Red+Green+Blue) = 174+129+219=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81DB is #517E24. Grayscale: #989898. Windows color (decimal): -5340709 or 14385582. OLE color: 14385582.

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

Color convert

RGB 174 129 219 -
CMYK 0.21 0.41 0 0.14
HSL 270º 0.56% 0.68% -
HSV(B) 270º 0.41% 0.86% -
XYZ 38.09 29.81 70.76 -
YUV 152.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 174 129 219 0.21 0.41 0 0.14 270 0.56 0.68
Hex AE 81 DB 15 29 0 E 10E 38 44
Octal 256 201 333 25 51 0 16 416 70 104
Binary 10101110 10000001 11011011 10101 101001 0 1110 100001110 111000 1000100

Color Harmonies of #AE81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE81DB

Black with #AE81DB

Text Example


Text Example

White with #AE81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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