Html Css Color HEX #AE82DB Biloba Flower

📋 copy color: '#AE82DB'

red 174 ◦ green 130 ◦ blue 219

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

Shades of Biloba Flower #AE82DB

Tints of Biloba Flower #AE82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.86%

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

R = 33.27%
G = 24.86%
B = 41.87%

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

#AE82DB (or 0xAE82DB) is known color: Biloba Flower. HEX triplet: AE, 82 and DB. RGB value is (174,130,219). Sum of RGB (Red+Green+Blue) = 174+130+219=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE82DB is #517D24. Grayscale: #989898. Windows color (decimal): -5340453 or 14385838. OLE color: 14385838.

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

Color convert

RGB 174 130 219 -
CMYK 0.21 0.41 0 0.14
HSL 269.66º 0.55% 0.68% -
HSV(B) 269.66º 0.41% 0.86% -
XYZ 38.22 30.08 70.81 -
YUV 153.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 174 130 219 0.21 0.41 0 0.14 269.66 0.55 0.68
Hex AE 82 DB 15 29 0 E 10E 37 44
Octal 256 202 333 25 51 0 16 416 67 104
Binary 10101110 10000010 11011011 10101 101001 0 1110 100001110 110111 1000100

Color Harmonies of #AE82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE82DB

Black with #AE82DB

Text Example


Text Example

White with #AE82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE82DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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