Html Css Color HEX #A277D8 Medium Purple

📋 copy color: '#A277D8'

red 162 ◦ green 119 ◦ blue 216

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

Shades of Medium Purple #A277D8

Tints of Medium Purple #A277D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.46%

R = 32.6%
G = 23.94%
B = 43.46%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A277D8 (or 0xA277D8) is known color: Medium Purple. HEX triplet: A2, 77 and D8. RGB value is (162,119,216). Sum of RGB (Red+Green+Blue) = 162+119+216=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #A277D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277D8 is #5D8827. Grayscale: #8E8E8E. Windows color (decimal): -6129704 or 14186402. OLE color: 14186402.

HSL color Cylindrical-coordinate representation of color #A277D8: hue angle of 266.6º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A277D8 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 119 216 -
CMYK 0.25 0.45 0 0.15
HSL 266.6º 0.55% 0.66% -
HSV(B) 266.6º 0.45% 0.85% -
XYZ 33.89 25.83 68.17 -
YUV 142.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 162 119 216 0.25 0.45 0 0.15 266.6 0.55 0.66
Hex A2 77 D8 19 2D 0 F 10B 37 42
Octal 242 167 330 31 55 0 17 413 67 102
Binary 10100010 1110111 11011000 11001 101101 0 1111 100001011 110111 1000010

Color Harmonies of #A277D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A277D8

Black with #A277D8

Text Example


Text Example

White with #A277D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A277D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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