Html Css Color HEX #AA7BDD Medium Purple

📋 copy color: '#AA7BDD'

red 170 ◦ green 123 ◦ blue 221

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

Shades of Medium Purple #AA7BDD

Tints of Medium Purple #AA7BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43%

R = 33.07%
G = 23.93%
B = 43%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA7BDD (or 0xAA7BDD) is known color: Medium Purple. HEX triplet: AA, 7B and DD. RGB value is (170,123,221). Sum of RGB (Red+Green+Blue) = 170+123+221=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA7BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BDD is #558422. Grayscale: #939393. Windows color (decimal): -5604387 or 14515114. OLE color: 14515114.

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

Color convert

RGB 170 123 221 -
CMYK 0.23 0.44 0 0.13
HSL 268.78º 0.59% 0.67% -
HSV(B) 268.78º 0.44% 0.87% -
XYZ 36.71 27.93 71.86 -
YUV 148.23 169.07 143.53 -
System Red Green Blue C M Y K H S L
Decimal 170 123 221 0.23 0.44 0 0.13 268.78 0.59 0.67
Hex AA 7B DD 17 2C 0 D 10D 3B 43
Octal 252 173 335 27 54 0 15 415 73 103
Binary 10101010 1111011 11011101 10111 101100 0 1101 100001101 111011 1000011

Color Harmonies of #AA7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BDD

Black with #AA7BDD

Text Example


Text Example

White with #AA7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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