Html Css Color HEX #AA62F1 Medium Purple

📋 copy color: '#AA62F1'

red 170 ◦ green 98 ◦ blue 241

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

Shades of Medium Purple #AA62F1

Tints of Medium Purple #AA62F1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.25%

 BLUE value IS 241 (94.53% from 255) = 47.35%

R = 33.4%
G = 19.25%
B = 47.35%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA62F1 (or 0xAA62F1) is known color: Medium Purple. HEX triplet: AA, 62 and F1. RGB value is (170,98,241). Sum of RGB (Red+Green+Blue) = 170+98+241=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA62F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA62F1 is #559D0E. Grayscale: #878787. Windows color (decimal): -5610767 or 15819434. OLE color: 15819434.

HSL color Cylindrical-coordinate representation of color #AA62F1: hue angle of 270.21º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA62F1 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 98 241 -
CMYK 0.29 0.59 0 0.05
HSL 270.21º 0.84% 0.66% -
HSV(B) 270.21º 0.59% 0.95% -
XYZ 36.82 23.63 85.84 -
YUV 135.83 187.35 152.37 -
System Red Green Blue C M Y K H S L
Decimal 170 98 241 0.29 0.59 0 0.05 270.21 0.84 0.66
Hex AA 62 F1 1D 3B 0 5 10E 54 42
Octal 252 142 361 35 73 0 5 416 124 102
Binary 10101010 1100010 11110001 11101 111011 0 101 100001110 1010100 1000010

Color Harmonies of #AA62F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62F1

Black with #AA62F1

Text Example


Text Example

White with #AA62F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62F1; }

 p { color: rgb(170,98,241); }

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

background-color css

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

 a { background-color: rgb(170,98,241); }

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

border-color css

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

 span { border-color: rgb(170,98,241); }

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