Html Css Color HEX #A277D7 Medium Purple

📋 copy color: '#A277D7'

red 162 ◦ green 119 ◦ blue 215

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

Shades of Medium Purple #A277D7

Tints of Medium Purple #A277D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.35%

R = 32.66%
G = 23.99%
B = 43.35%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A277D7 (or 0xA277D7) is known color: Medium Purple. HEX triplet: A2, 77 and D7. RGB value is (162,119,215). Sum of RGB (Red+Green+Blue) = 162+119+215=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #A277D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277D7 is #5D8828. Grayscale: #8E8E8E. Windows color (decimal): -6129705 or 14120866. OLE color: 14120866.

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

Color convert

RGB 162 119 215 -
CMYK 0.25 0.45 0 0.16
HSL 266.88º 0.55% 0.65% -
HSV(B) 266.88º 0.45% 0.84% -
XYZ 33.76 25.78 67.49 -
YUV 142.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 162 119 215 0.25 0.45 0 0.16 266.88 0.55 0.65
Hex A2 77 D7 19 2D 0 10 10B 37 41
Octal 242 167 327 31 55 0 20 413 67 101
Binary 10100010 1110111 11010111 11001 101101 0 10000 100001011 110111 1000001

Color Harmonies of #A277D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A277D7

Black with #A277D7

Text Example


Text Example

White with #A277D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A277D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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