Html Css Color HEX #AA7BEF Medium Purple

📋 copy color: '#AA7BEF'

red 170 ◦ green 123 ◦ blue 239

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

Shades of Medium Purple #AA7BEF

Tints of Medium Purple #AA7BEF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.12%

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 31.95%
G = 23.12%
B = 44.92%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA7BEF (or 0xAA7BEF) is known color: Medium Purple. HEX triplet: AA, 7B and EF. RGB value is (170,123,239). Sum of RGB (Red+Green+Blue) = 170+123+239=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA7BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BEF is #558410. Grayscale: #959595. Windows color (decimal): -5604369 or 15694762. OLE color: 15694762.

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

Color convert

RGB 170 123 239 -
CMYK 0.29 0.49 0 0.06
HSL 264.31º 0.78% 0.71% -
HSV(B) 264.31º 0.49% 0.94% -
XYZ 39.24 28.94 85.18 -
YUV 150.28 178.07 142.07 -
System Red Green Blue C M Y K H S L
Decimal 170 123 239 0.29 0.49 0 0.06 264.31 0.78 0.71
Hex AA 7B EF 1D 31 0 6 108 4E 47
Octal 252 173 357 35 61 0 6 410 116 107
Binary 10101010 1111011 11101111 11101 110001 0 110 100001000 1001110 1000111

Color Harmonies of #AA7BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BEF

Black with #AA7BEF

Text Example


Text Example

White with #AA7BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BEF; }

 p { color: rgb(170,123,239); }

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

background-color css

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

 a { background-color: rgb(170,123,239); }

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

border-color css

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

 span { border-color: rgb(170,123,239); }

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