Html Css Color HEX #AA82DB Biloba Flower

📋 copy color: '#AA82DB'

red 170 ◦ green 130 ◦ blue 219

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

Shades of Biloba Flower #AA82DB

Tints of Biloba Flower #AA82DB

RGB

 RED value IS 170 (66.8% from 255) = 32.76%

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

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

R = 32.76%
G = 25.05%
B = 42.2%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA82DB (or 0xAA82DB) is known color: Biloba Flower. HEX triplet: AA, 82 and DB. RGB value is (170,130,219). Sum of RGB (Red+Green+Blue) = 170+130+219=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82DB is #557D24. Grayscale: #979797. Windows color (decimal): -5602597 or 14385834. OLE color: 14385834.

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

Color convert

RGB 170 130 219 -
CMYK 0.22 0.41 0 0.14
HSL 266.97º 0.55% 0.68% -
HSV(B) 266.97º 0.41% 0.86% -
XYZ 37.35 29.63 70.77 -
YUV 152.11 165.75 140.76 -
System Red Green Blue C M Y K H S L
Decimal 170 130 219 0.22 0.41 0 0.14 266.97 0.55 0.68
Hex AA 82 DB 16 29 0 E 10B 37 44
Octal 252 202 333 26 51 0 16 413 67 104
Binary 10101010 10000010 11011011 10110 101001 0 1110 100001011 110111 1000100

Color Harmonies of #AA82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA82DB

Black with #AA82DB

Text Example


Text Example

White with #AA82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA82DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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