Html Css Color HEX #A277DD Medium Purple

📋 copy color: '#A277DD'

red 162 ◦ green 119 ◦ blue 221

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

Shades of Medium Purple #A277DD

Tints of Medium Purple #A277DD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.71%

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

R = 32.27%
G = 23.71%
B = 44.02%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A277DD (or 0xA277DD) is known color: Medium Purple. HEX triplet: A2, 77 and DD. RGB value is (162,119,221). Sum of RGB (Red+Green+Blue) = 162+119+221=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #A277DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277DD is #5D8822. Grayscale: #8F8F8F. Windows color (decimal): -6129699 or 14514082. OLE color: 14514082.

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

Color convert

RGB 162 119 221 -
CMYK 0.27 0.46 0 0.13
HSL 265.29º 0.6% 0.67% -
HSV(B) 265.29º 0.46% 0.87% -
XYZ 34.55 26.1 71.62 -
YUV 143.49 171.75 141.21 -
System Red Green Blue C M Y K H S L
Decimal 162 119 221 0.27 0.46 0 0.13 265.29 0.6 0.67
Hex A2 77 DD 1B 2E 0 D 109 3C 43
Octal 242 167 335 33 56 0 15 411 74 103
Binary 10100010 1110111 11011101 11011 101110 0 1101 100001001 111100 1000011

Color Harmonies of #A277DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A277DD

Black with #A277DD

Text Example


Text Example

White with #A277DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A277DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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