Html Css Color HEX #A277EA Medium Purple

📋 copy color: '#A277EA'

red 162 ◦ green 119 ◦ blue 234

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

Shades of Medium Purple #A277EA

Tints of Medium Purple #A277EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 31.46%
G = 23.11%
B = 45.44%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A277EA (or 0xA277EA) is known color: Medium Purple. HEX triplet: A2, 77 and EA. RGB value is (162,119,234). Sum of RGB (Red+Green+Blue) = 162+119+234=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #A277EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A277EA is #5D8815. Grayscale: #909090. Windows color (decimal): -6129686 or 15366050. OLE color: 15366050.

HSL color Cylindrical-coordinate representation of color #A277EA: hue angle of 262.43º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A277EA is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 119 234 -
CMYK 0.31 0.49 0 0.08
HSL 262.43º 0.73% 0.69% -
HSV(B) 262.43º 0.49% 0.92% -
XYZ 36.35 26.82 81.1 -
YUV 144.97 178.25 140.15 -
System Red Green Blue C M Y K H S L
Decimal 162 119 234 0.31 0.49 0 0.08 262.43 0.73 0.69
Hex A2 77 EA 1F 31 0 8 106 49 45
Octal 242 167 352 37 61 0 10 406 111 105
Binary 10100010 1110111 11101010 11111 110001 0 1000 100000110 1001001 1000101

Color Harmonies of #A277EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A277EA

Black with #A277EA

Text Example


Text Example

White with #A277EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A277EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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