Html Css Color HEX #A277EF Medium Purple

📋 copy color: '#A277EF'

red 162 ◦ green 119 ◦ blue 239

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

Shades of Medium Purple #A277EF

Tints of Medium Purple #A277EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 31.15%
G = 22.88%
B = 45.96%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A277EF (or 0xA277EF) is known color: Medium Purple. HEX triplet: A2, 77 and EF. RGB value is (162,119,239). Sum of RGB (Red+Green+Blue) = 162+119+239=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #A277EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A277EF is #5D8810. Grayscale: #919191. Windows color (decimal): -6129681 or 15693730. OLE color: 15693730.

HSL color Cylindrical-coordinate representation of color #A277EF: hue angle of 261.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A277EF is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 119 239 -
CMYK 0.32 0.50 0 0.06
HSL 261.5º 0.79% 0.7% -
HSV(B) 261.5º 0.5% 0.94% -
XYZ 37.08 27.11 84.94 -
YUV 145.54 180.75 139.74 -
System Red Green Blue C M Y K H S L
Decimal 162 119 239 0.32 0.50 0 0.06 261.5 0.79 0.7
Hex A2 77 EF 20 32 0 6 106 4F 46
Octal 242 167 357 40 62 0 6 406 117 106
Binary 10100010 1110111 11101111 100000 110010 0 110 100000110 1001111 1000110

Color Harmonies of #A277EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A277EF

Black with #A277EF

Text Example


Text Example

White with #A277EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A277EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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