Html Css Color HEX #A277DC Medium Purple

📋 copy color: '#A277DC'

red 162 ◦ green 119 ◦ blue 220

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

Shades of Medium Purple #A277DC

Tints of Medium Purple #A277DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 32.34%
G = 23.75%
B = 43.91%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A277DC (or 0xA277DC) is known color: Medium Purple. HEX triplet: A2, 77 and DC. RGB value is (162,119,220). Sum of RGB (Red+Green+Blue) = 162+119+220=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #A277DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277DC is #5D8823. Grayscale: #8F8F8F. Windows color (decimal): -6129700 or 14448546. OLE color: 14448546.

HSL color Cylindrical-coordinate representation of color #A277DC: hue angle of 265.54º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A277DC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 119 220 -
CMYK 0.26 0.46 0 0.14
HSL 265.54º 0.59% 0.66% -
HSV(B) 265.54º 0.46% 0.86% -
XYZ 34.42 26.04 70.92 -
YUV 143.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 162 119 220 0.26 0.46 0 0.14 265.54 0.59 0.66
Hex A2 77 DC 1A 2E 0 E 10A 3B 42
Octal 242 167 334 32 56 0 16 412 73 102
Binary 10100010 1110111 11011100 11010 101110 0 1110 100001010 111011 1000010

Color Harmonies of #A277DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A277DC

Black with #A277DC

Text Example


Text Example

White with #A277DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A277DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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