Html Css Color HEX #AA83DD Biloba Flower

📋 copy color: '#AA83DD'

red 170 ◦ green 131 ◦ blue 221

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

Shades of Biloba Flower #AA83DD

Tints of Biloba Flower #AA83DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.1%

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 32.57%
G = 25.1%
B = 42.34%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA83DD (or 0xAA83DD) is known color: Biloba Flower. HEX triplet: AA, 83 and DD. RGB value is (170,131,221). Sum of RGB (Red+Green+Blue) = 170+131+221=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA83DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83DD is #557C22. Grayscale: #989898. Windows color (decimal): -5602339 or 14517162. OLE color: 14517162.

HSL color Cylindrical-coordinate representation of color #AA83DD: hue angle of 266º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA83DD is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 131 221 -
CMYK 0.23 0.41 0 0.13
HSL 266º 0.57% 0.69% -
HSV(B) 266º 0.41% 0.87% -
XYZ 37.75 30 72.21 -
YUV 152.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 170 131 221 0.23 0.41 0 0.13 266 0.57 0.69
Hex AA 83 DD 17 29 0 D 10A 39 45
Octal 252 203 335 27 51 0 15 412 71 105
Binary 10101010 10000011 11011101 10111 101001 0 1101 100001010 111001 1000101

Color Harmonies of #AA83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83DD

Black with #AA83DD

Text Example


Text Example

White with #AA83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83DD; }

 p { color: rgb(170,131,221); }

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

background-color css

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

 a { background-color: rgb(170,131,221); }

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

border-color css

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

 span { border-color: rgb(170,131,221); }

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