Html Css Color HEX #AA83FC Medium Purple

📋 copy color: '#AA83FC'

red 170 ◦ green 131 ◦ blue 252

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

Shades of Medium Purple #AA83FC

Tints of Medium Purple #AA83FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 30.74%
G = 23.69%
B = 45.57%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA83FC (or 0xAA83FC) is known color: Medium Purple. HEX triplet: AA, 83 and FC. RGB value is (170,131,252). Sum of RGB (Red+Green+Blue) = 170+131+252=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA83FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA83FC is #557C03. Grayscale: #9C9C9C. Windows color (decimal): -5602308 or 16548778. OLE color: 16548778.

HSL color Cylindrical-coordinate representation of color #AA83FC: hue angle of 259.34º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA83FC is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 131 252 -
CMYK 0.33 0.48 0 0.01
HSL 259.34º 0.95% 0.75% -
HSV(B) 259.34º 0.48% 0.99% -
XYZ 42.26 31.81 96.01 -
YUV 156.46 181.92 137.66 -
System Red Green Blue C M Y K H S L
Decimal 170 131 252 0.33 0.48 0 0.01 259.34 0.95 0.75
Hex AA 83 FC 21 30 0 1 103 5F 4B
Octal 252 203 374 41 60 0 1 403 137 113
Binary 10101010 10000011 11111100 100001 110000 0 1 100000011 1011111 1001011

Color Harmonies of #AA83FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83FC

Black with #AA83FC

Text Example


Text Example

White with #AA83FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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