Html Css Color HEX #AA83D7 Biloba Flower

📋 copy color: '#AA83D7'

red 170 ◦ green 131 ◦ blue 215

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

Shades of Biloba Flower #AA83D7

Tints of Biloba Flower #AA83D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.67%

R = 32.95%
G = 25.39%
B = 41.67%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA83D7 (or 0xAA83D7) is known color: Biloba Flower. HEX triplet: AA, 83 and D7. RGB value is (170,131,215). Sum of RGB (Red+Green+Blue) = 170+131+215=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA83D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83D7 is #557C28. Grayscale: #979797. Windows color (decimal): -5602345 or 14123946. OLE color: 14123946.

HSL color Cylindrical-coordinate representation of color #AA83D7: hue angle of 267.86º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA83D7 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 131 215 -
CMYK 0.21 0.39 0 0.16
HSL 267.86º 0.51% 0.68% -
HSV(B) 267.86º 0.39% 0.84% -
XYZ 36.96 29.68 68.07 -
YUV 152.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 170 131 215 0.21 0.39 0 0.16 267.86 0.51 0.68
Hex AA 83 D7 15 27 0 10 10C 33 44
Octal 252 203 327 25 47 0 20 414 63 104
Binary 10101010 10000011 11010111 10101 100111 0 10000 100001100 110011 1000100

Color Harmonies of #AA83D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83D7

Black with #AA83D7

Text Example


Text Example

White with #AA83D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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