Html Css Color HEX #A277EB Medium Purple

📋 copy color: '#A277EB'

red 162 ◦ green 119 ◦ blue 235

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

Shades of Medium Purple #A277EB

Tints of Medium Purple #A277EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 31.4%
G = 23.06%
B = 45.54%

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

#A277EB (or 0xA277EB) is known color: Medium Purple. HEX triplet: A2, 77 and EB. RGB value is (162,119,235). Sum of RGB (Red+Green+Blue) = 162+119+235=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #A277EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A277EB is #5D8814. Grayscale: #909090. Windows color (decimal): -6129685 or 15431586. OLE color: 15431586.

HSL color Cylindrical-coordinate representation of color #A277EB: hue angle of 262.24º degrees, saturation: 0.74, 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 #A277EB is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 119 235 -
CMYK 0.31 0.49 0 0.08
HSL 262.24º 0.74% 0.69% -
HSV(B) 262.24º 0.49% 0.92% -
XYZ 36.49 26.87 81.86 -
YUV 145.08 178.75 140.07 -
System Red Green Blue C M Y K H S L
Decimal 162 119 235 0.31 0.49 0 0.08 262.24 0.74 0.69
Hex A2 77 EB 1F 31 0 8 106 4A 45
Octal 242 167 353 37 61 0 10 406 112 105
Binary 10100010 1110111 11101011 11111 110001 0 1000 100000110 1001010 1000101

Color Harmonies of #A277EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A277EB

Black with #A277EB

Text Example


Text Example

White with #A277EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A277EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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