Html Css Color HEX #A277E2 Medium Purple

📋 copy color: '#A277E2'

red 162 ◦ green 119 ◦ blue 226

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

Shades of Medium Purple #A277E2

Tints of Medium Purple #A277E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.58%

R = 31.95%
G = 23.47%
B = 44.58%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A277E2 (or 0xA277E2) is known color: Medium Purple. HEX triplet: A2, 77 and E2. RGB value is (162,119,226). Sum of RGB (Red+Green+Blue) = 162+119+226=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #A277E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277E2 is #5D881D. Grayscale: #8F8F8F. Windows color (decimal): -6129694 or 14841762. OLE color: 14841762.

HSL color Cylindrical-coordinate representation of color #A277E2: hue angle of 264.11º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A277E2 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 119 226 -
CMYK 0.28 0.47 0 0.11
HSL 264.11º 0.65% 0.68% -
HSV(B) 264.11º 0.47% 0.89% -
XYZ 35.22 26.37 75.18 -
YUV 144.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 162 119 226 0.28 0.47 0 0.11 264.11 0.65 0.68
Hex A2 77 E2 1C 2F 0 B 108 41 44
Octal 242 167 342 34 57 0 13 410 101 104
Binary 10100010 1110111 11100010 11100 101111 0 1011 100001000 1000001 1000100

Color Harmonies of #A277E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A277E2

Black with #A277E2

Text Example


Text Example

White with #A277E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A277E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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