Html Css Color HEX #AA62ED Medium Purple

📋 copy color: '#AA62ED'

red 170 ◦ green 98 ◦ blue 237

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

Shades of Medium Purple #AA62ED

Tints of Medium Purple #AA62ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 33.66%
G = 19.41%
B = 46.93%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA62ED (or 0xAA62ED) is known color: Medium Purple. HEX triplet: AA, 62 and ED. RGB value is (170,98,237). Sum of RGB (Red+Green+Blue) = 170+98+237=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA62ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA62ED is #559D12. Grayscale: #868686. Windows color (decimal): -5610771 or 15557290. OLE color: 15557290.

HSL color Cylindrical-coordinate representation of color #AA62ED: hue angle of 271.08º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA62ED is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 98 237 -
CMYK 0.28 0.59 0 0.07
HSL 271.08º 0.79% 0.66% -
HSV(B) 271.08º 0.59% 0.93% -
XYZ 36.23 23.4 82.73 -
YUV 135.37 185.35 152.7 -
System Red Green Blue C M Y K H S L
Decimal 170 98 237 0.28 0.59 0 0.07 271.08 0.79 0.66
Hex AA 62 ED 1C 3B 0 7 10F 4F 42
Octal 252 142 355 34 73 0 7 417 117 102
Binary 10101010 1100010 11101101 11100 111011 0 111 100001111 1001111 1000010

Color Harmonies of #AA62ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62ED

Black with #AA62ED

Text Example


Text Example

White with #AA62ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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