Html Css Color HEX #AA81FC Medium Purple

📋 copy color: '#AA81FC'

red 170 ◦ green 129 ◦ blue 252

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

Shades of Medium Purple #AA81FC

Tints of Medium Purple #AA81FC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.41%

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

R = 30.85%
G = 23.41%
B = 45.74%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA81FC (or 0xAA81FC) is known color: Medium Purple. HEX triplet: AA, 81 and FC. RGB value is (170,129,252). Sum of RGB (Red+Green+Blue) = 170+129+252=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA81FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81FC is #557E03. Grayscale: #9A9A9A. Windows color (decimal): -5602820 or 16548266. OLE color: 16548266.

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

Color convert

RGB 170 129 252 -
CMYK 0.33 0.49 0 0.01
HSL 260º 0.95% 0.75% -
HSV(B) 260º 0.49% 0.99% -
XYZ 42 31.27 95.92 -
YUV 155.28 182.58 138.5 -
System Red Green Blue C M Y K H S L
Decimal 170 129 252 0.33 0.49 0 0.01 260 0.95 0.75
Hex AA 81 FC 21 31 0 1 104 5F 4B
Octal 252 201 374 41 61 0 1 404 137 113
Binary 10101010 10000001 11111100 100001 110001 0 1 100000100 1011111 1001011

Color Harmonies of #AA81FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA81FC

Black with #AA81FC

Text Example


Text Example

White with #AA81FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA81FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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