Html Css Color HEX #AA7CDA Medium Purple

📋 copy color: '#AA7CDA'

red 170 ◦ green 124 ◦ blue 218

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

Shades of Medium Purple #AA7CDA

Tints of Medium Purple #AA7CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.22%

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 33.2%
G = 24.22%
B = 42.58%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA7CDA (or 0xAA7CDA) is known color: Medium Purple. HEX triplet: AA, 7C and DA. RGB value is (170,124,218). Sum of RGB (Red+Green+Blue) = 170+124+218=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA7CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CDA is #558325. Grayscale: #949494. Windows color (decimal): -5604134 or 14318762. OLE color: 14318762.

HSL color Cylindrical-coordinate representation of color #AA7CDA: hue angle of 269.36º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7CDA is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 124 218 -
CMYK 0.22 0.43 0 0.15
HSL 269.36º 0.56% 0.67% -
HSV(B) 269.36º 0.43% 0.85% -
XYZ 36.44 28.02 69.82 -
YUV 148.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 170 124 218 0.22 0.43 0 0.15 269.36 0.56 0.67
Hex AA 7C DA 16 2B 0 F 10D 38 43
Octal 252 174 332 26 53 0 17 415 70 103
Binary 10101010 1111100 11011010 10110 101011 0 1111 100001101 111000 1000011

Color Harmonies of #AA7CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7CDA

Black with #AA7CDA

Text Example


Text Example

White with #AA7CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7CDA; }

 p { color: rgb(170,124,218); }

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

background-color css

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

 a { background-color: rgb(170,124,218); }

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

border-color css

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

 span { border-color: rgb(170,124,218); }

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