Html Css Color HEX #AA62F0 Medium Purple

📋 copy color: '#AA62F0'

red 170 ◦ green 98 ◦ blue 240

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

Shades of Medium Purple #AA62F0

Tints of Medium Purple #AA62F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.24%

R = 33.46%
G = 19.29%
B = 47.24%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA62F0 (or 0xAA62F0) is known color: Medium Purple. HEX triplet: AA, 62 and F0. RGB value is (170,98,240). Sum of RGB (Red+Green+Blue) = 170+98+240=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA62F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA62F0 is #559D0F. Grayscale: #878787. Windows color (decimal): -5610768 or 15753898. OLE color: 15753898.

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

Color convert

RGB 170 98 240 -
CMYK 0.29 0.59 0 0.06
HSL 270.42º 0.83% 0.66% -
HSV(B) 270.42º 0.59% 0.94% -
XYZ 36.67 23.57 85.06 -
YUV 135.72 186.85 152.45 -
System Red Green Blue C M Y K H S L
Decimal 170 98 240 0.29 0.59 0 0.06 270.42 0.83 0.66
Hex AA 62 F0 1D 3B 0 6 10E 53 42
Octal 252 142 360 35 73 0 6 416 123 102
Binary 10101010 1100010 11110000 11101 111011 0 110 100001110 1010011 1000010

Color Harmonies of #AA62F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62F0

Black with #AA62F0

Text Example


Text Example

White with #AA62F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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