Html Css Color HEX #AA81FD Medium Purple

📋 copy color: '#AA81FD'

red 170 ◦ green 129 ◦ blue 253

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

Shades of Medium Purple #AA81FD

Tints of Medium Purple #AA81FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 30.8%
G = 23.37%
B = 45.83%

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

#AA81FD (or 0xAA81FD) is known color: Medium Purple. HEX triplet: AA, 81 and FD. RGB value is (170,129,253). Sum of RGB (Red+Green+Blue) = 170+129+253=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA81FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81FD is #557E02. Grayscale: #9A9A9A. Windows color (decimal): -5602819 or 16613802. OLE color: 16613802.

HSL color Cylindrical-coordinate representation of color #AA81FD: hue angle of 259.84º degrees, saturation: 0.97, 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 #AA81FD is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 129 253 -
CMYK 0.33 0.49 0 0.01
HSL 259.84º 0.97% 0.75% -
HSV(B) 259.84º 0.49% 0.99% -
XYZ 42.16 31.34 96.76 -
YUV 155.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 170 129 253 0.33 0.49 0 0.01 259.84 0.97 0.75
Hex AA 81 FD 21 31 0 1 104 61 4B
Octal 252 201 375 41 61 0 1 404 141 113
Binary 10101010 10000001 11111101 100001 110001 0 1 100000100 1100001 1001011

Color Harmonies of #AA81FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA81FD

Black with #AA81FD

Text Example


Text Example

White with #AA81FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA81FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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