Html Css Color HEX #AA7CFD Medium Purple

📋 copy color: '#AA7CFD'

red 170 ◦ green 124 ◦ blue 253

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

Shades of Medium Purple #AA7CFD

Tints of Medium Purple #AA7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.67%

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

R = 31.08%
G = 22.67%
B = 46.25%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA7CFD (or 0xAA7CFD) is known color: Medium Purple. HEX triplet: AA, 7C and FD. RGB value is (170,124,253). Sum of RGB (Red+Green+Blue) = 170+124+253=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA7CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CFD is #558302. Grayscale: #979797. Windows color (decimal): -5604099 or 16612522. OLE color: 16612522.

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

Color convert

RGB 170 124 253 -
CMYK 0.33 0.51 0 0.01
HSL 261.4º 0.97% 0.74% -
HSV(B) 261.4º 0.51% 0.99% -
XYZ 41.51 30.05 96.54 -
YUV 152.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 170 124 253 0.33 0.51 0 0.01 261.4 0.97 0.74
Hex AA 7C FD 21 33 0 1 105 61 4A
Octal 252 174 375 41 63 0 1 405 141 112
Binary 10101010 1111100 11111101 100001 110011 0 1 100000101 1100001 1001010

Color Harmonies of #AA7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7CFD

Black with #AA7CFD

Text Example


Text Example

White with #AA7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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