Html Css Color HEX #AA62FF Medium Purple

📋 copy color: '#AA62FF'

red 170 ◦ green 98 ◦ blue 255

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

Shades of Medium Purple #AA62FF

Tints of Medium Purple #AA62FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.76%

R = 32.5%
G = 18.74%
B = 48.76%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA62FF (or 0xAA62FF) is known color: Medium Purple. HEX triplet: AA, 62 and FF. RGB value is (170,98,255). Sum of RGB (Red+Green+Blue) = 170+98+255=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA62FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA62FF is #559D00. Grayscale: #888888. Windows color (decimal): -5610753 or 16736938. OLE color: 16736938.

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

Color convert

RGB 170 98 255 -
CMYK 0.33 0.62 0 0
HSL 267.52º 1% 0.69% -
HSV(B) 267.52º 0.62% 1% -
XYZ 39 24.5 97.28 -
YUV 137.43 194.35 151.23 -
System Red Green Blue C M Y K H S L
Decimal 170 98 255 0.33 0.62 0 0 267.52 1 0.69
Hex AA 62 FF 21 3E 0 0 10C 64 45
Octal 252 142 377 41 76 0 0 414 144 105
Binary 10101010 1100010 11111111 100001 111110 0 0 100001100 1100100 1000101

Color Harmonies of #AA62FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62FF

Black with #AA62FF

Text Example


Text Example

White with #AA62FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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