Html Css Color HEX #AA83D8 Biloba Flower

📋 copy color: '#AA83D8'

red 170 ◦ green 131 ◦ blue 216

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

Shades of Biloba Flower #AA83D8

Tints of Biloba Flower #AA83D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.78%

R = 32.88%
G = 25.34%
B = 41.78%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA83D8 (or 0xAA83D8) is known color: Biloba Flower. HEX triplet: AA, 83 and D8. RGB value is (170,131,216). Sum of RGB (Red+Green+Blue) = 170+131+216=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA83D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83D8 is #557C27. Grayscale: #989898. Windows color (decimal): -5602344 or 14189482. OLE color: 14189482.

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

Color convert

RGB 170 131 216 -
CMYK 0.21 0.39 0 0.15
HSL 267.53º 0.52% 0.68% -
HSV(B) 267.53º 0.39% 0.85% -
XYZ 37.09 29.74 68.75 -
YUV 152.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 170 131 216 0.21 0.39 0 0.15 267.53 0.52 0.68
Hex AA 83 D8 15 27 0 F 10C 34 44
Octal 252 203 330 25 47 0 17 414 64 104
Binary 10101010 10000011 11011000 10101 100111 0 1111 100001100 110100 1000100

Color Harmonies of #AA83D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83D8

Black with #AA83D8

Text Example


Text Example

White with #AA83D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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