Html Css Color HEX #A377EB Medium Purple

📋 copy color: '#A377EB'

red 163 ◦ green 119 ◦ blue 235

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

Shades of Medium Purple #A377EB

Tints of Medium Purple #A377EB

RGB

 RED value IS 163 (64.06% from 255) = 31.53%

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

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

R = 31.53%
G = 23.02%
B = 45.45%

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

#A377EB (or 0xA377EB) is known color: Medium Purple. HEX triplet: A3, 77 and EB. RGB value is (163,119,235). Sum of RGB (Red+Green+Blue) = 163+119+235=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #A377EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A377EB is #5C8814. Grayscale: #909090. Windows color (decimal): -6064149 or 15431587. OLE color: 15431587.

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

Color convert

RGB 163 119 235 -
CMYK 0.31 0.49 0 0.08
HSL 262.76º 0.74% 0.69% -
HSV(B) 262.76º 0.49% 0.92% -
XYZ 36.7 26.98 81.87 -
YUV 145.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 163 119 235 0.31 0.49 0 0.08 262.76 0.74 0.69
Hex A3 77 EB 1F 31 0 8 107 4A 45
Octal 243 167 353 37 61 0 10 407 112 105
Binary 10100011 1110111 11101011 11111 110001 0 1000 100000111 1001010 1000101

Color Harmonies of #A377EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A377EB

Black with #A377EB

Text Example


Text Example

White with #A377EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A377EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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