Html Css Color HEX #A279DD Medium Purple

📋 copy color: '#A279DD'

red 162 ◦ green 121 ◦ blue 221

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

Shades of Medium Purple #A279DD

Tints of Medium Purple #A279DD

RGB

 RED value IS 162 (63.67% from 255) = 32.14%

 GREEN value IS 121 (47.66% from 255) = 24.01%

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

R = 32.14%
G = 24.01%
B = 43.85%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A279DD (or 0xA279DD) is known color: Medium Purple. HEX triplet: A2, 79 and DD. RGB value is (162,121,221). Sum of RGB (Red+Green+Blue) = 162+121+221=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #A279DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279DD is #5D8622. Grayscale: #909090. Windows color (decimal): -6129187 or 14514594. OLE color: 14514594.

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

Color convert

RGB 162 121 221 -
CMYK 0.27 0.45 0 0.13
HSL 264.6º 0.6% 0.67% -
HSV(B) 264.6º 0.45% 0.87% -
XYZ 34.79 26.58 71.7 -
YUV 144.66 171.08 140.37 -
System Red Green Blue C M Y K H S L
Decimal 162 121 221 0.27 0.45 0 0.13 264.6 0.6 0.67
Hex A2 79 DD 1B 2D 0 D 109 3C 43
Octal 242 171 335 33 55 0 15 411 74 103
Binary 10100010 1111001 11011101 11011 101101 0 1101 100001001 111100 1000011

Color Harmonies of #A279DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A279DD

Black with #A279DD

Text Example


Text Example

White with #A279DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A279DD; }

 p { color: rgb(162,121,221); }

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

background-color css

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

 a { background-color: rgb(162,121,221); }

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

border-color css

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

 span { border-color: rgb(162,121,221); }

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