Html Css Color HEX #AA83F4 Medium Purple

📋 copy color: '#AA83F4'

red 170 ◦ green 131 ◦ blue 244

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

Shades of Medium Purple #AA83F4

Tints of Medium Purple #AA83F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.77%

R = 31.19%
G = 24.04%
B = 44.77%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA83F4 (or 0xAA83F4) is known color: Medium Purple. HEX triplet: AA, 83 and F4. RGB value is (170,131,244). Sum of RGB (Red+Green+Blue) = 170+131+244=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA83F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA83F4 is #557C0B. Grayscale: #9B9B9B. Windows color (decimal): -5602316 or 16024490. OLE color: 16024490.

HSL color Cylindrical-coordinate representation of color #AA83F4: hue angle of 260.71º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA83F4 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 131 244 -
CMYK 0.30 0.46 0 0.04
HSL 260.71º 0.84% 0.74% -
HSV(B) 260.71º 0.46% 0.96% -
XYZ 41.02 31.31 89.47 -
YUV 155.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 170 131 244 0.30 0.46 0 0.04 260.71 0.84 0.74
Hex AA 83 F4 1E 2E 0 4 105 54 4A
Octal 252 203 364 36 56 0 4 405 124 112
Binary 10101010 10000011 11110100 11110 101110 0 100 100000101 1010100 1001010

Color Harmonies of #AA83F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83F4

Black with #AA83F4

Text Example


Text Example

White with #AA83F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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