Html Css Color HEX #AA5FFD Medium Purple

📋 copy color: '#AA5FFD'

red 170 ◦ green 95 ◦ blue 253

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

Shades of Medium Purple #AA5FFD

Tints of Medium Purple #AA5FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.34%

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

R = 32.82%
G = 18.34%
B = 48.84%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA5FFD (or 0xAA5FFD) is known color: Medium Purple. HEX triplet: AA, 5F and FD. RGB value is (170,95,253). Sum of RGB (Red+Green+Blue) = 170+95+253=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA5FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FFD is #55A002. Grayscale: #868686. Windows color (decimal): -5611523 or 16605098. OLE color: 16605098.

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

Color convert

RGB 170 95 253 -
CMYK 0.33 0.62 0 0.01
HSL 268.48º 0.98% 0.68% -
HSV(B) 268.48º 0.62% 0.99% -
XYZ 38.4 23.82 95.5 -
YUV 135.44 194.35 152.65 -
System Red Green Blue C M Y K H S L
Decimal 170 95 253 0.33 0.62 0 0.01 268.48 0.98 0.68
Hex AA 5F FD 21 3E 0 1 10C 62 44
Octal 252 137 375 41 76 0 1 414 142 104
Binary 10101010 1011111 11111101 100001 111110 0 1 100001100 1100010 1000100

Color Harmonies of #AA5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FFD

Black with #AA5FFD

Text Example


Text Example

White with #AA5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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