Html Css Color HEX #AA74FD Medium Purple

📋 copy color: '#AA74FD'

red 170 ◦ green 116 ◦ blue 253

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

Shades of Medium Purple #AA74FD

Tints of Medium Purple #AA74FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.52%

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

R = 31.54%
G = 21.52%
B = 46.94%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA74FD (or 0xAA74FD) is known color: Medium Purple. HEX triplet: AA, 74 and FD. RGB value is (170,116,253). Sum of RGB (Red+Green+Blue) = 170+116+253=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA74FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA74FD is #558B02. Grayscale: #939393. Windows color (decimal): -5606147 or 16610474. OLE color: 16610474.

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

Color convert

RGB 170 116 253 -
CMYK 0.33 0.54 0 0.01
HSL 263.65º 0.97% 0.72% -
HSV(B) 263.65º 0.54% 0.99% -
XYZ 40.55 28.13 96.22 -
YUV 147.76 187.39 143.86 -
System Red Green Blue C M Y K H S L
Decimal 170 116 253 0.33 0.54 0 0.01 263.65 0.97 0.72
Hex AA 74 FD 21 36 0 1 108 61 48
Octal 252 164 375 41 66 0 1 410 141 110
Binary 10101010 1110100 11111101 100001 110110 0 1 100001000 1100001 1001000

Color Harmonies of #AA74FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA74FD

Black with #AA74FD

Text Example


Text Example

White with #AA74FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA74FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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