Html Css Color HEX #AA6FE2 Medium Purple

📋 copy color: '#AA6FE2'

red 170 ◦ green 111 ◦ blue 226

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

Shades of Medium Purple #AA6FE2

Tints of Medium Purple #AA6FE2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.89%

 BLUE value IS 226 (88.67% from 255) = 44.58%

R = 33.53%
G = 21.89%
B = 44.58%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA6FE2 (or 0xAA6FE2) is known color: Medium Purple. HEX triplet: AA, 6F and E2. RGB value is (170,111,226). Sum of RGB (Red+Green+Blue) = 170+111+226=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA6FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FE2 is #55901D. Grayscale: #8D8D8D. Windows color (decimal): -5607454 or 14839722. OLE color: 14839722.

HSL color Cylindrical-coordinate representation of color #AA6FE2: hue angle of 270.78º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6FE2 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 111 226 -
CMYK 0.25 0.51 0 0.11
HSL 270.78º 0.66% 0.66% -
HSV(B) 270.78º 0.51% 0.89% -
XYZ 35.99 25.41 74.96 -
YUV 141.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 170 111 226 0.25 0.51 0 0.11 270.78 0.66 0.66
Hex AA 6F E2 19 33 0 B 10F 42 42
Octal 252 157 342 31 63 0 13 417 102 102
Binary 10101010 1101111 11100010 11001 110011 0 1011 100001111 1000010 1000010

Color Harmonies of #AA6FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6FE2

Black with #AA6FE2

Text Example


Text Example

White with #AA6FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6FE2; }

 p { color: rgb(170,111,226); }

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

background-color css

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

 a { background-color: rgb(170,111,226); }

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

border-color css

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

 span { border-color: rgb(170,111,226); }

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