Html Css Color HEX #AA7BDE Medium Purple

📋 copy color: '#AA7BDE'

red 170 ◦ green 123 ◦ blue 222

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

Shades of Medium Purple #AA7BDE

Tints of Medium Purple #AA7BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 33.01%
G = 23.88%
B = 43.11%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA7BDE (or 0xAA7BDE) is known color: Medium Purple. HEX triplet: AA, 7B and DE. RGB value is (170,123,222). Sum of RGB (Red+Green+Blue) = 170+123+222=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA7BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BDE is #558421. Grayscale: #939393. Windows color (decimal): -5604386 or 14580650. OLE color: 14580650.

HSL color Cylindrical-coordinate representation of color #AA7BDE: hue angle of 268.48º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA7BDE is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 123 222 -
CMYK 0.23 0.45 0 0.13
HSL 268.48º 0.6% 0.68% -
HSV(B) 268.48º 0.45% 0.87% -
XYZ 36.85 27.99 72.57 -
YUV 148.34 169.57 143.45 -
System Red Green Blue C M Y K H S L
Decimal 170 123 222 0.23 0.45 0 0.13 268.48 0.6 0.68
Hex AA 7B DE 17 2D 0 D 10C 3C 44
Octal 252 173 336 27 55 0 15 414 74 104
Binary 10101010 1111011 11011110 10111 101101 0 1101 100001100 111100 1000100

Color Harmonies of #AA7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BDE

Black with #AA7BDE

Text Example


Text Example

White with #AA7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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